메인페이지, 팝업 다이얼로그 - 기본색상 9970ff -> 3bb9f1로 변경
This commit is contained in:
@@ -73,7 +73,7 @@ struct ContentMainBannerView: View {
|
||||
HStack(spacing: 4) {
|
||||
ForEach(0..<viewModel.bannerList.count, id: \.self) { index in
|
||||
Capsule()
|
||||
.foregroundColor(index == viewModel.currentIndex ? Color(hex: "9970ff") : Color(hex: "909090"))
|
||||
.foregroundColor(index == viewModel.currentIndex ? Color(hex: "3bb9f1") : Color(hex: "909090"))
|
||||
.frame(
|
||||
width: index == viewModel.currentIndex ? 18 : 6,
|
||||
height: 6
|
||||
|
Reference in New Issue
Block a user