라이브 예약중 - 예약중 글자색, 내가 개설한 라이브 글자색 3bb9f1로 변경

This commit is contained in:
Yu Sung 2023-10-06 20:31:13 +09:00
parent 02835c4b2e
commit 91c43e679f
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -21,7 +21,7 @@ struct MyLiveReservationItemView: View {
Text("내가 개설한 라이브") Text("내가 개설한 라이브")
.font(.custom(Font.bold.rawValue, size: 16)) .font(.custom(Font.bold.rawValue, size: 16))
.foregroundColor(Color(hex: "9970ff")) .foregroundColor(Color(hex: "3bb9f1"))
} }
} }
@ -66,7 +66,7 @@ struct MyLiveReservationItemView: View {
} }
.overlay( .overlay(
RoundedRectangle(cornerRadius: 8) RoundedRectangle(cornerRadius: 8)
.stroke(Color(hex: "9970ff"), lineWidth: 1) .stroke(Color(hex: "3bb9f1"), lineWidth: 1)
) )
Divider() Divider()

View File

@ -25,7 +25,7 @@ struct SectionLiveReservationView: View {
Text("예약중") Text("예약중")
.font(.custom(Font.bold.rawValue, size: 18.3)) .font(.custom(Font.bold.rawValue, size: 18.3))
.foregroundColor(Color(hex: "9970ff")) .foregroundColor(Color(hex: "3bb9f1"))
Spacer() Spacer()