콘텐츠 메인
- 우측 최상단에 콘텐츠 보관함 - 배너와 추천 시리즈 순서 변경 - 내 보관함 제거
This commit is contained in:
@@ -23,7 +23,7 @@ struct OrderListAllView: View {
|
||||
.resizable()
|
||||
.frame(width: 20, height: 20)
|
||||
|
||||
Text("구매목록")
|
||||
Text("콘텐츠 보관함")
|
||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@ struct OrderListView: View {
|
||||
var body: some View {
|
||||
VStack(spacing: 0) {
|
||||
HStack(spacing: 0) {
|
||||
Text("구매목록")
|
||||
Text("콘텐츠 보관함")
|
||||
.font(.custom(Font.bold.rawValue, size: 18))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
|
||||
@@ -21,7 +21,7 @@ struct OrderListView: View {
|
||||
|
||||
Text("전체보기")
|
||||
.font(.custom(Font.medium.rawValue, size: 11))
|
||||
.foregroundColor(Color(hex: "bbbbbb"))
|
||||
.foregroundColor(Color.graybb)
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .orderListAll)
|
||||
}
|
||||
|
Reference in New Issue
Block a user