사용하지 않는 불필요한 string catalog 제거
This commit is contained in:
@@ -23,10 +23,10 @@ struct NewCharacterListView: View {
|
||||
VStack(alignment: .leading, spacing: 12) {
|
||||
// 전체 n개
|
||||
HStack(spacing: 0) {
|
||||
Text("전체 ")
|
||||
Text("전체")
|
||||
.font(.custom(Font.preRegular.rawValue, size: 12))
|
||||
.foregroundColor(Color(hex: "e2e2e2"))
|
||||
Text("\(viewModel.totalCount)")
|
||||
Text(" \(viewModel.totalCount)")
|
||||
.font(.custom(Font.preRegular.rawValue, size: 12))
|
||||
.foregroundColor(Color(hex: "ff5c49"))
|
||||
Text("개")
|
||||
|
||||
Reference in New Issue
Block a user