라이브 예약중 - 예약중 글자색, 내가 개설한 라이브 글자색 3bb9f1로 변경
This commit is contained in:
parent
02835c4b2e
commit
91c43e679f
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -21,7 +21,7 @@ struct MyLiveReservationItemView: View {
|
|||
|
||||
Text("내가 개설한 라이브")
|
||||
.font(.custom(Font.bold.rawValue, size: 16))
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,7 +66,7 @@ struct MyLiveReservationItemView: View {
|
|||
}
|
||||
.overlay(
|
||||
RoundedRectangle(cornerRadius: 8)
|
||||
.stroke(Color(hex: "9970ff"), lineWidth: 1)
|
||||
.stroke(Color(hex: "3bb9f1"), lineWidth: 1)
|
||||
)
|
||||
|
||||
Divider()
|
||||
|
|
|
@ -25,7 +25,7 @@ struct SectionLiveReservationView: View {
|
|||
|
||||
Text("예약중")
|
||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
|
||||
Spacer()
|
||||
|
||||
|
|
Loading…
Reference in New Issue