마이페이지 - 글자색, 배경색 변경
This commit is contained in:
@@ -26,7 +26,7 @@ struct ServiceCenterButtonView: View {
|
||||
}
|
||||
.padding(.horizontal, 13.3)
|
||||
.frame(width: screenSize().width - 26.7, height: 66.7)
|
||||
.background(Color(hex: "664aab"))
|
||||
.background(Color(hex: "13181b"))
|
||||
.cornerRadius(6.7)
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .serviceCenter)
|
||||
|
Reference in New Issue
Block a user