마이페이지 - 글자색, 배경색 변경
This commit is contained in:
@@ -30,14 +30,14 @@ struct ReservationStatusView: View {
|
||||
|
||||
Text("\(data.liveReservationCount)")
|
||||
.font(.custom(Font.medium.rawValue, size: 14.7))
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
}
|
||||
.frame(width: width, height: 46.7)
|
||||
.background(Color(hex: "352953"))
|
||||
.background(Color(hex: "13181b"))
|
||||
.cornerRadius(6.7)
|
||||
.overlay(
|
||||
RoundedRectangle(cornerRadius: 6.7)
|
||||
.stroke(Color(hex: "9970ff"), lineWidth: 1.3)
|
||||
.stroke(Color(hex: "3bb9f1"), lineWidth: 1.3)
|
||||
)
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .liveReservation)
|
||||
|
Reference in New Issue
Block a user