diff --git a/SodaLive/Sources/Content/Detail/ContentDetailOtherContentView.swift b/SodaLive/Sources/Content/Detail/ContentDetailOtherContentView.swift index d1d214c..0b9c6cd 100644 --- a/SodaLive/Sources/Content/Detail/ContentDetailOtherContentView.swift +++ b/SodaLive/Sources/Content/Detail/ContentDetailOtherContentView.swift @@ -43,7 +43,7 @@ struct ContentDetailOtherContentView: View { } .padding(13.3) .frame(maxWidth: .infinity) - .background(Color(hex: "2b2635")) + .background(Color(hex: "13181b")) .cornerRadius(4.7) } } diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileDonationAllView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileDonationAllView.swift index b111bff..6183c4c 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileDonationAllView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileDonationAllView.swift @@ -70,7 +70,7 @@ struct UserProfileDonationAllView: View { } .padding(.vertical, 13.3) .padding(.horizontal, 16.7) - .background(Color(hex: "2b2635")) + .background(Color(hex: "13181b")) .cornerRadius(8) .padding(.top, 13.3) .padding(.horizontal, 13.3) @@ -212,7 +212,7 @@ struct UserProfileDonationAllItemView: View { .padding(.horizontal, isTop3Index(index: index) ? 20 : 0) .padding(.top, getTopPadding(index: index)) .padding(.bottom, getBottomPadding(index: index)) - .background(Color(hex: "2b2635").opacity(isTop3Index(index: index) ? 1 : 0)) + .background(Color(hex: "13181b").opacity(isTop3Index(index: index) ? 1 : 0)) .cornerRadius(4.7, corners: cornerRadiusConers(index: index)) .padding(.horizontal, isTop3Index(index: index) ? 0 : 6.7) } diff --git a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift index 6238f0c..df04520 100644 --- a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift +++ b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift @@ -79,7 +79,7 @@ struct SectionLiveNowView: View { } .padding(.vertical, 16.7) .frame(width: screenSize().width - 26.7) - .background(Color(hex: "2b2635")) + .background(Color(hex: "13181b")) .cornerRadius(4.7) .padding(.top, 28.3) } diff --git a/SodaLive/Sources/Live/Reservation/All/LiveReservationAllView.swift b/SodaLive/Sources/Live/Reservation/All/LiveReservationAllView.swift index ec78601..90c8504 100644 --- a/SodaLive/Sources/Live/Reservation/All/LiveReservationAllView.swift +++ b/SodaLive/Sources/Live/Reservation/All/LiveReservationAllView.swift @@ -83,7 +83,7 @@ struct LiveReservationAllView: View { } .padding(.vertical, 16.7) .frame(width: screenSize().width - 26.7) - .background(Color(hex: "2b2635")) + .background(Color(hex: "13181b")) .cornerRadius(4.7) .padding(.top, 28.3) } diff --git a/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift b/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift index e51df89..f4cf525 100644 --- a/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift +++ b/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift @@ -102,7 +102,7 @@ struct SectionLiveReservationView: View { } .padding(.vertical, 16.7) .frame(width: screenSize().width - 26.7) - .background(Color(hex: "2b2635")) + .background(Color(hex: "13181b")) .cornerRadius(4.7) .padding(.top, 28.3) } diff --git a/SodaLive/Sources/Live/Room/Dialog/LiveRoomDonationRankingItemView.swift b/SodaLive/Sources/Live/Room/Dialog/LiveRoomDonationRankingItemView.swift index 38ac457..8465a53 100644 --- a/SodaLive/Sources/Live/Room/Dialog/LiveRoomDonationRankingItemView.swift +++ b/SodaLive/Sources/Live/Room/Dialog/LiveRoomDonationRankingItemView.swift @@ -75,7 +75,7 @@ struct LiveRoomDonationRankingItemView: View { .padding(.horizontal, isTop3Index(index: index) ? 20 : 0) .padding(.top, getTopPadding(index: index)) .padding(.bottom, getBottomPadding(index: index)) - .background(Color(hex: "2b2635").opacity(isTop3Index(index: index) ? 1 : 0)) + .background(Color(hex: "13181b").opacity(isTop3Index(index: index) ? 1 : 0)) .cornerRadius(4.7, corners: cornerRadiusConers(index: index)) .padding(.horizontal, isTop3Index(index: index) ? 0 : 6.7) } diff --git a/SodaLive/Sources/Live/Room/Dialog/LiveRoomDonationRankingTotalCanView.swift b/SodaLive/Sources/Live/Room/Dialog/LiveRoomDonationRankingTotalCanView.swift index e14dd5a..43073a3 100644 --- a/SodaLive/Sources/Live/Room/Dialog/LiveRoomDonationRankingTotalCanView.swift +++ b/SodaLive/Sources/Live/Room/Dialog/LiveRoomDonationRankingTotalCanView.swift @@ -30,7 +30,7 @@ struct LiveRoomDonationRankingTotalCanView: View { } .padding(.horizontal, 18.7) .padding(.vertical, 10.7) - .background(Color(hex: "2b2635")) + .background(Color(hex: "13181b")) .cornerRadius(8) } } diff --git a/SodaLive/Sources/Message/Text/TextMessageView.swift b/SodaLive/Sources/Message/Text/TextMessageView.swift index 9a9cd0c..dca5e79 100644 --- a/SodaLive/Sources/Message/Text/TextMessageView.swift +++ b/SodaLive/Sources/Message/Text/TextMessageView.swift @@ -74,7 +74,7 @@ struct TextMessageView: View { .foregroundColor(Color(hex: "bbbbbb")) } .frame(width: screenSize().width - 26.7, height: screenSize().height / 2) - .background(Color(hex: "2b2635")) + .background(Color(hex: "13181b")) .cornerRadius(4.7) } } diff --git a/SodaLive/Sources/Message/Voice/VoiceMessageView.swift b/SodaLive/Sources/Message/Voice/VoiceMessageView.swift index 401840e..ce2c31b 100644 --- a/SodaLive/Sources/Message/Voice/VoiceMessageView.swift +++ b/SodaLive/Sources/Message/Voice/VoiceMessageView.swift @@ -82,7 +82,7 @@ struct VoiceMessageView: View { .foregroundColor(Color(hex: "bbbbbb")) } .frame(width: screenSize().width - 26.7, height: screenSize().height / 2) - .background(Color(hex: "2b2635")) + .background(Color(hex: "13181b")) .cornerRadius(4.7) } }