라이브 탭
- 추천라이브 캡슐 색상 변경
This commit is contained in:
		| @@ -67,7 +67,7 @@ struct SectionRecommendLiveView: View { | ||||
|             HStack(spacing: 4) { | ||||
|                 ForEach(0..<items.count, id: \.self) { index in | ||||
|                     Capsule() | ||||
|                         .foregroundColor(index == currentIndex ? Color(hex: "3bb9f1") : Color(hex: "909090")) | ||||
|                         .foregroundColor(index == currentIndex ? Color.button : Color.gray90) | ||||
|                         .frame( | ||||
|                             width: index == currentIndex ? 18 : 6, | ||||
|                             height: 6 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung