diff --git a/SodaLive/Resources/Assets.xcassets/btn_message_send.imageset/btn_message_send.png b/SodaLive/Resources/Assets.xcassets/btn_message_send.imageset/btn_message_send.png index 5fc9f6c..030b652 100644 Binary files a/SodaLive/Resources/Assets.xcassets/btn_message_send.imageset/btn_message_send.png and b/SodaLive/Resources/Assets.xcassets/btn_message_send.imageset/btn_message_send.png differ diff --git a/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentItemView.swift b/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentItemView.swift index 3584e7e..299231e 100644 --- a/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentItemView.swift +++ b/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentItemView.swift @@ -84,7 +84,7 @@ struct AudioContentCommentItemView: 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(.horizontal, 13.3) @@ -107,7 +107,7 @@ struct AudioContentCommentItemView: View { .overlay( RoundedRectangle(cornerRadius: 10) .strokeBorder(lineWidth: 1) - .foregroundColor(Color(hex: "9970ff")) + .foregroundColor(Color(hex: "3bb9f1")) ) } else { VStack(alignment: .leading, spacing: 13.3) { diff --git a/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentListView.swift b/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentListView.swift index afdfda8..25a79c7 100644 --- a/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentListView.swift +++ b/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentListView.swift @@ -64,7 +64,7 @@ struct AudioContentCommentListView: 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(.horizontal, 13.3) @@ -84,7 +84,7 @@ struct AudioContentCommentListView: View { .overlay( RoundedRectangle(cornerRadius: 10) .strokeBorder(lineWidth: 1) - .foregroundColor(Color(hex: "9970ff")) + .foregroundColor(Color(hex: "3bb9f1")) ) Spacer() diff --git a/SodaLive/Sources/Content/Detail/Comment/AudioContentListReplyView.swift b/SodaLive/Sources/Content/Detail/Comment/AudioContentListReplyView.swift index b4a99af..f4ce582 100644 --- a/SodaLive/Sources/Content/Detail/Comment/AudioContentListReplyView.swift +++ b/SodaLive/Sources/Content/Detail/Comment/AudioContentListReplyView.swift @@ -57,7 +57,7 @@ struct AudioContentListReplyView: 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(.horizontal, 13.3) @@ -77,7 +77,7 @@ struct AudioContentListReplyView: View { .overlay( RoundedRectangle(cornerRadius: 10) .strokeBorder(lineWidth: 1) - .foregroundColor(Color(hex: "9970ff")) + .foregroundColor(Color(hex: "3bb9f1")) ) Spacer() diff --git a/SodaLive/Sources/Content/Detail/Comment/ContentDetailCommentView.swift b/SodaLive/Sources/Content/Detail/Comment/ContentDetailCommentView.swift index 1d8a6f6..5c6a2d8 100644 --- a/SodaLive/Sources/Content/Detail/Comment/ContentDetailCommentView.swift +++ b/SodaLive/Sources/Content/Detail/Comment/ContentDetailCommentView.swift @@ -58,7 +58,7 @@ struct ContentDetailCommentView: 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(.horizontal, 13.3) @@ -78,7 +78,7 @@ struct ContentDetailCommentView: View { .overlay( RoundedRectangle(cornerRadius: 10) .strokeBorder(lineWidth: 1) - .foregroundColor(Color(hex: "9970ff")) + .foregroundColor(Color(hex: "3bb9f1")) ) } diff --git a/SodaLive/Sources/Explorer/ExplorerView.swift b/SodaLive/Sources/Explorer/ExplorerView.swift index 0cdc07e..644ab8e 100644 --- a/SodaLive/Sources/Explorer/ExplorerView.swift +++ b/SodaLive/Sources/Explorer/ExplorerView.swift @@ -24,7 +24,7 @@ struct ExplorerView: 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(.horizontal, 13.3) diff --git a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkAllView.swift b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkAllView.swift index 45668ae..13cc39e 100644 --- a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkAllView.swift +++ b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkAllView.swift @@ -45,7 +45,7 @@ struct UserProfileFanTalkAllView: 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(.horizontal, 13.3) @@ -66,7 +66,7 @@ struct UserProfileFanTalkAllView: View { .overlay( RoundedRectangle(cornerRadius: 10) .strokeBorder(lineWidth: 1) - .foregroundColor(Color(hex: "9970ff")) + .foregroundColor(Color(hex: "3bb9f1")) ) .padding(.top, 13.3) diff --git a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift index afc938f..0648ec9 100644 --- a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift +++ b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift @@ -54,7 +54,7 @@ struct UserProfileFanTalkCheersItemView: View { .foregroundColor(Color(hex: "eeeeee")) .padding(13.3) .background(Color(hex: "232323")) - .accentColor(Color(hex: "9970ff")) + .accentColor(Color(hex: "3bb9f1")) .keyboardType(.default) .cornerRadius(10) .overlay( @@ -101,20 +101,20 @@ struct UserProfileFanTalkCheersItemView: View { .foregroundColor(Color(hex: "eeeeee")) .padding(13.3) .background(Color(hex: "232323")) - .accentColor(Color(hex: "9970ff")) + .accentColor(Color(hex: "3bb9f1")) .keyboardType(.default) .cornerRadius(10) .overlay( RoundedRectangle(cornerRadius: 10) .strokeBorder(lineWidth: 1) - .foregroundColor(Color(hex: "9970ff")) + .foregroundColor(Color(hex: "3bb9f1")) ) Text("등록") .font(.custom(Font.bold.rawValue, size: 13.3)) .foregroundColor(Color(hex: "ffffff")) .padding(13.3) - .background(Color(hex: "9970ff")) + .background(Color(hex: "3bb9f1")) .cornerRadius(6.7) .onTapGesture { if cheersItem.replyList.count > 0 { diff --git a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkView.swift b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkView.swift index 86caaf7..1dd822f 100644 --- a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkView.swift +++ b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkView.swift @@ -62,7 +62,7 @@ struct UserProfileFanTalkView: 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(.horizontal, 13.3) diff --git a/SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift b/SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift index 80c3599..5d2c5c1 100644 --- a/SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift +++ b/SodaLive/Sources/Live/Room/Create/LiveRoomCreateView.swift @@ -262,7 +262,7 @@ struct LiveRoomCreateView: 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) @@ -480,7 +480,7 @@ struct LiveRoomCreateView: 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) @@ -626,7 +626,7 @@ struct LiveRoomCreateView: 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) @@ -720,7 +720,7 @@ struct LiveRoomCreateView: View { .multilineTextAlignment(.center) .font(.custom(Font.bold.rawValue, size: 13.3)) .foregroundColor(Color(hex: "9970ff")) - .accentColor(Color(hex: "9970ff")) + .accentColor(Color(hex: "3bb9f1")) .keyboardType(.numberPad) Spacer() diff --git a/SodaLive/Sources/Live/Room/Dialog/LiveRoomInfoEditDialog.swift b/SodaLive/Sources/Live/Room/Dialog/LiveRoomInfoEditDialog.swift index 6aa954f..7ef5ef3 100644 --- a/SodaLive/Sources/Live/Room/Dialog/LiveRoomInfoEditDialog.swift +++ b/SodaLive/Sources/Live/Room/Dialog/LiveRoomInfoEditDialog.swift @@ -194,7 +194,7 @@ struct LiveRoomInfoEditDialog: 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) diff --git a/SodaLive/Sources/Live/Room/Edit/LiveRoomEditView.swift b/SodaLive/Sources/Live/Room/Edit/LiveRoomEditView.swift index d9f2267..fc872ea 100644 --- a/SodaLive/Sources/Live/Room/Edit/LiveRoomEditView.swift +++ b/SodaLive/Sources/Live/Room/Edit/LiveRoomEditView.swift @@ -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) diff --git a/SodaLive/Sources/Live/Room/LiveRoomView.swift b/SodaLive/Sources/Live/Room/LiveRoomView.swift index 98d774d..4a43d61 100644 --- a/SodaLive/Sources/Live/Room/LiveRoomView.swift +++ b/SodaLive/Sources/Live/Room/LiveRoomView.swift @@ -812,7 +812,7 @@ struct LiveRoomView: 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(.horizontal, 13.3)