새로운 콘텐츠 등록하기 버튼 배경색 3bb9f1로 변경
This commit is contained in:
@@ -35,7 +35,7 @@ struct UserProfileContentView: View {
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
.padding(.vertical, 17)
|
||||
.frame(maxWidth: .infinity)
|
||||
.background(Color(hex: "9970ff"))
|
||||
.background(Color(hex: "3bb9f1"))
|
||||
.cornerRadius(5.3)
|
||||
.padding(.top, 21)
|
||||
.onTapGesture { AppState.shared.setAppStep(step: .createContent) }
|
||||
|
Reference in New Issue
Block a user