diff --git a/SodaLive/Resources/Assets.xcassets/ic_mic_colored.imageset/ic_mic_colored.png b/SodaLive/Resources/Assets.xcassets/ic_mic_colored.imageset/ic_mic_colored.png index c97a2b2..db062ee 100644 Binary files a/SodaLive/Resources/Assets.xcassets/ic_mic_colored.imageset/ic_mic_colored.png and b/SodaLive/Resources/Assets.xcassets/ic_mic_colored.imageset/ic_mic_colored.png differ diff --git a/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift b/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift index b6ee525..d30edb6 100644 --- a/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift +++ b/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift @@ -21,7 +21,7 @@ struct MyLiveReservationItemView: View { Text("내가 개설한 라이브") .font(.custom(Font.bold.rawValue, size: 16)) - .foregroundColor(Color(hex: "9970ff")) + .foregroundColor(Color(hex: "3bb9f1")) } } @@ -66,7 +66,7 @@ struct MyLiveReservationItemView: View { } .overlay( RoundedRectangle(cornerRadius: 8) - .stroke(Color(hex: "9970ff"), lineWidth: 1) + .stroke(Color(hex: "3bb9f1"), lineWidth: 1) ) Divider() diff --git a/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift b/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift index f4cf525..90e10ac 100644 --- a/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift +++ b/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift @@ -25,7 +25,7 @@ struct SectionLiveReservationView: View { Text("예약중") .font(.custom(Font.bold.rawValue, size: 18.3)) - .foregroundColor(Color(hex: "9970ff")) + .foregroundColor(Color(hex: "3bb9f1")) Spacer()