콘텐츠 상세
- 시간표시 슬라이더 색상변경
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user