메시지 발송 버튼 색 변경, 입력창 커서 색 변경

This commit is contained in:
Yu Sung
2023-10-06 20:26:12 +09:00
parent 219128ea8d
commit a4d15be57a
13 changed files with 24 additions and 24 deletions

View File

@@ -115,7 +115,7 @@ struct LiveRoomEditView: View {
.disableAutocorrection(true)
.font(.custom(Font.medium.rawValue, size: 13.3))
.foregroundColor(Color(hex: "eeeeee"))
.accentColor(Color(hex: "9970ff"))
.accentColor(Color(hex: "3bb9f1"))
.keyboardType(.default)
.padding(.top, 12)
.padding(.horizontal, 6.7)
@@ -219,7 +219,7 @@ struct LiveRoomEditView: View {
.multilineTextAlignment(.center)
.font(.custom(Font.medium.rawValue, size: 14.7))
.foregroundColor(Color(hex: "eeeeee"))
.accentColor(Color(hex: "9970ff"))
.accentColor(Color(hex: "3bb9f1"))
.keyboardType(.numberPad)
.padding(.vertical, 15.7)
.frame(width: screenSize().width - 26.7, alignment: .center)