콘텐츠 상세

- 시간표시 슬라이더 색상변경
This commit is contained in:
Yu Sung 2024-09-24 13:58:55 +09:00
parent cba7a1c3ba
commit bc970f56c8
1 changed files with 2 additions and 2 deletions

View File

@ -91,10 +91,10 @@ struct ContentDetailPlayView: View {
.valueSliderStyle( .valueSliderStyle(
HorizontalValueSliderStyle( HorizontalValueSliderStyle(
track: HorizontalValueTrack( track: HorizontalValueTrack(
view: Rectangle().foregroundColor(Color(hex: "9970ff")), view: Rectangle().foregroundColor(Color.button),
mask: Rectangle() mask: Rectangle()
) )
.background(Rectangle().foregroundColor(Color(hex: "979797").opacity(0.3))) .background(Rectangle().foregroundColor(Color.gray97.opacity(0.3)))
.frame(height: 5.3), .frame(height: 5.3),
thumbSize: CGSizeZero, thumbSize: CGSizeZero,
options: .interactiveTrack options: .interactiveTrack