From bc970f56c8a9f5b6c5a94751bde8047bcf7d1934 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 24 Sep 2024 13:58:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20-=20=EC=8B=9C=EA=B0=84=ED=91=9C=EC=8B=9C=20?= =?UTF-8?q?=EC=8A=AC=EB=9D=BC=EC=9D=B4=EB=8D=94=20=EC=83=89=EC=83=81?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift b/SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift index af41392..3c32b5f 100644 --- a/SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift +++ b/SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift @@ -91,10 +91,10 @@ struct ContentDetailPlayView: View { .valueSliderStyle( HorizontalValueSliderStyle( track: HorizontalValueTrack( - view: Rectangle().foregroundColor(Color(hex: "9970ff")), + view: Rectangle().foregroundColor(Color.button), mask: Rectangle() ) - .background(Rectangle().foregroundColor(Color(hex: "979797").opacity(0.3))) + .background(Rectangle().foregroundColor(Color.gray97.opacity(0.3))) .frame(height: 5.3), thumbSize: CGSizeZero, options: .interactiveTrack