메인페이지, 팝업 다이얼로그 - 기본색상 9970ff -> 3bb9f1로 변경
This commit is contained in:
@@ -29,7 +29,7 @@ struct SectionRecommendChannelView: View {
|
||||
|
||||
Text("채널")
|
||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
|
||||
Spacer()
|
||||
|
||||
@@ -63,7 +63,7 @@ struct SectionRecommendChannelView: View {
|
||||
Circle()
|
||||
.strokeBorder(lineWidth: 3)
|
||||
.foregroundColor(
|
||||
Color(hex: "9970ff")
|
||||
Color(hex: "3bb9f1")
|
||||
.opacity(item.isOnAir ? 1 : 0)
|
||||
)
|
||||
)
|
||||
@@ -74,7 +74,7 @@ struct SectionRecommendChannelView: View {
|
||||
.foregroundColor(.white)
|
||||
.padding(.vertical, 2.7)
|
||||
.padding(.horizontal, 5.7)
|
||||
.background(Color(hex: "9970ff"))
|
||||
.background(Color(hex: "3bb9f1"))
|
||||
.cornerRadius(6.7)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user