캔 충전
- 탭 순서 변경 ( pg, 인 앱 결제 순으로 )
This commit is contained in:
@@ -18,7 +18,7 @@ struct ServiceCenterCategoryItemView: View {
|
||||
.font(.custom(Font.medium.rawValue, size: 13.3))
|
||||
.foregroundColor(.white)
|
||||
.frame(width: proxy.size.width, height: 46.7)
|
||||
.background(isSelected ? Color(hex: "9970ff") : Color(hex: "222222"))
|
||||
.background(isSelected ? Color.button : Color.gray22)
|
||||
.cornerRadius(4.7)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user