메인페이지, 팝업 다이얼로그 - 기본색상 9970ff -> 3bb9f1로 변경
This commit is contained in:
@@ -53,7 +53,7 @@ struct MessageView: View {
|
||||
|
||||
if viewModel.currentTab == .text {
|
||||
Rectangle()
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
.frame(width: tabWidth, height: 3)
|
||||
}
|
||||
}
|
||||
@@ -72,7 +72,7 @@ struct MessageView: View {
|
||||
|
||||
if viewModel.currentTab == .voice {
|
||||
Rectangle()
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
.frame(width: tabWidth, height: 3)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user