마이페이지 - 글자색, 배경색 변경

This commit is contained in:
Yu Sung
2024-01-03 13:05:02 +09:00
parent 86491cce95
commit 8857dd3e98
6 changed files with 8 additions and 12 deletions

View File

@@ -73,12 +73,8 @@ struct MyPageView: View {
.frame(width: screenSize().width - 26.7, height: 46.7)
.font(.custom(Font.bold.rawValue, size: 15.3))
.foregroundColor(Color(hex: "eeeeee"))
.background(Color(hex: "352953"))
.background(Color(hex: "3bb9f1"))
.cornerRadius(6.7)
.overlay(
RoundedRectangle(cornerRadius: 6.7)
.stroke(Color(hex: "9970ff"), lineWidth: 1.3)
)
.padding(.top, 26.7)
.onTapGesture {
AppState.shared.setAppStep(step: .creatorDetail(userId: UserDefaults.int(forKey: .userId)))