diff --git a/SodaLive/Sources/Content/ContentListItemView.swift b/SodaLive/Sources/Content/ContentListItemView.swift index c7a996e..6b9deee 100644 --- a/SodaLive/Sources/Content/ContentListItemView.swift +++ b/SodaLive/Sources/Content/ContentListItemView.swift @@ -22,17 +22,6 @@ struct ContentListItemView: View { .frame(width: 66.7, height: 66.7, alignment: .top) .clipped() .cornerRadius(5.3) - - if item.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .clipShape(Circle()) - .padding(.top, 4.3) - .padding(.leading, 4.3) - } } VStack(alignment: .leading, spacing: 0) { diff --git a/SodaLive/Sources/Content/Detail/ContentOrderConfirmDialogView.swift b/SodaLive/Sources/Content/Detail/ContentOrderConfirmDialogView.swift index 2d30808..da37545 100644 --- a/SodaLive/Sources/Content/Detail/ContentOrderConfirmDialogView.swift +++ b/SodaLive/Sources/Content/Detail/ContentOrderConfirmDialogView.swift @@ -35,17 +35,6 @@ struct ContentOrderConfirmDialogView: View { .frame(width: 88.7, height: 88.7, alignment: .center) .clipped() .cornerRadius(4) - - if audioContent.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .clipShape(Circle()) - .padding(.leading, 4.3) - .padding(.top, 4.3) - } } VStack(alignment: .leading, spacing: 0) { diff --git a/SodaLive/Sources/Content/Main/ContentMainItemView.swift b/SodaLive/Sources/Content/Main/ContentMainItemView.swift index d1b28f3..6b44cfa 100644 --- a/SodaLive/Sources/Content/Main/ContentMainItemView.swift +++ b/SodaLive/Sources/Content/Main/ContentMainItemView.swift @@ -20,17 +20,6 @@ struct ContentMainItemView: View { .scaledToFill() .frame(width: 133.3, height: 133.3, alignment: .top) .cornerRadius(2.7) - - if item.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .clipShape(Circle()) - .padding(.top, 4.3) - .padding(.leading, 4.3) - } } Text(item.title) diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileLiveView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileLiveView.swift index c8df798..fa9cf83 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileLiveView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileLiveView.swift @@ -37,17 +37,6 @@ struct UserProfileLiveView: View { .clipped() .cornerRadius(4.7) - if liveRoom.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .clipShape(Circle()) - .padding(.top, 6.7) - .padding(.leading, 6.7) - } - if !liveRoom.isActive { Rectangle() .frame(width: 80, height: 116.7, alignment: .top) diff --git a/SodaLive/Sources/Live/Now/All/LiveNowAllItemView.swift b/SodaLive/Sources/Live/Now/All/LiveNowAllItemView.swift index 5c08bf7..25e1227 100644 --- a/SodaLive/Sources/Live/Now/All/LiveNowAllItemView.swift +++ b/SodaLive/Sources/Live/Now/All/LiveNowAllItemView.swift @@ -22,17 +22,6 @@ struct LiveNowAllItemView: View { .frame(width: 80, height: 116.7, alignment: .top) .cornerRadius(4.7) .clipped() - - if item.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .cornerRadius(20) - .padding(.top, 3.3) - .padding(.leading, 3.3) - } } VStack(alignment: .leading, spacing: 0) { diff --git a/SodaLive/Sources/Live/Now/LiveNowItemView.swift b/SodaLive/Sources/Live/Now/LiveNowItemView.swift index 3bda28d..7700a5a 100644 --- a/SodaLive/Sources/Live/Now/LiveNowItemView.swift +++ b/SodaLive/Sources/Live/Now/LiveNowItemView.swift @@ -47,15 +47,6 @@ struct LiveNowItemView: View { .resizable() .frame(width: 20, height: 20) } - - if item.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .clipShape(Circle()) - } } .padding(.horizontal, 3.3) .padding(.top, 3.3) diff --git a/SodaLive/Sources/Live/Reservation/All/LiveReservationAllItemView.swift b/SodaLive/Sources/Live/Reservation/All/LiveReservationAllItemView.swift index 2df6497..21e94e3 100644 --- a/SodaLive/Sources/Live/Reservation/All/LiveReservationAllItemView.swift +++ b/SodaLive/Sources/Live/Reservation/All/LiveReservationAllItemView.swift @@ -22,17 +22,6 @@ struct LiveReservationAllItemView: View { .frame(width: 80, height: 116.7, alignment: .top) .cornerRadius(4.7) .clipped() - - if item.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .cornerRadius(20) - .padding(.top, 3.3) - .padding(.leading, 3.3) - } } HStack(alignment: .top, spacing: 0) { diff --git a/SodaLive/Sources/Live/Reservation/LiveReservationItemView.swift b/SodaLive/Sources/Live/Reservation/LiveReservationItemView.swift index 0819f82..547f7b8 100644 --- a/SodaLive/Sources/Live/Reservation/LiveReservationItemView.swift +++ b/SodaLive/Sources/Live/Reservation/LiveReservationItemView.swift @@ -22,17 +22,6 @@ struct LiveReservationItemView: View { .frame(width: 80, height: 116, alignment: .top) .cornerRadius(4.7) .clipped() - - if item.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .cornerRadius(20) - .padding(.top, 3.3) - .padding(.leading, 3.3) - } } HStack(alignment: .top, spacing: 0) { diff --git a/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift b/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift index ede36f8..b6ee525 100644 --- a/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift +++ b/SodaLive/Sources/Live/Reservation/MyLiveReservationItemView.swift @@ -34,17 +34,6 @@ struct MyLiveReservationItemView: View { .frame(width: 80, height: 116, alignment: .top) .cornerRadius(4.7) .clipped() - - if item.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .cornerRadius(20) - .padding(.top, 3.3) - .padding(.leading, 3.3) - } } HStack(alignment: .center, spacing: 0) {