parent
bc970f56c8
commit
50e5f526a3
|
@ -67,7 +67,7 @@ struct SectionRecommendLiveView: View {
|
||||||
HStack(spacing: 4) {
|
HStack(spacing: 4) {
|
||||||
ForEach(0..<items.count, id: \.self) { index in
|
ForEach(0..<items.count, id: \.self) { index in
|
||||||
Capsule()
|
Capsule()
|
||||||
.foregroundColor(index == currentIndex ? Color(hex: "3bb9f1") : Color(hex: "909090"))
|
.foregroundColor(index == currentIndex ? Color.button : Color.gray90)
|
||||||
.frame(
|
.frame(
|
||||||
width: index == currentIndex ? 18 : 6,
|
width: index == currentIndex ? 18 : 6,
|
||||||
height: 6
|
height: 6
|
||||||
|
|
Loading…
Reference in New Issue