메인페이지, 팝업 다이얼로그 - 기본색상 9970ff -> 3bb9f1로 변경
This commit is contained in:
@@ -84,7 +84,7 @@ struct TextMessageView: View {
|
||||
.resizable()
|
||||
.padding(13.3)
|
||||
.frame(width: 53.3, height: 53.3)
|
||||
.background(Color(hex: "9970ff"))
|
||||
.background(Color(hex: "3bb9f1"))
|
||||
.cornerRadius(26.7)
|
||||
.padding(.bottom, 33.3)
|
||||
.padding(.trailing, 6.7)
|
||||
|
||||
Reference in New Issue
Block a user