라이브 예약중 - 예약중 글자색, 내가 개설한 라이브 글자색 3bb9f1로 변경
This commit is contained in:
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("내가 개설한 라이브")
|
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()
|
||||||
|
@@ -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()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user