사용하지 않는 불필요한 string catalog 제거

This commit is contained in:
Yu Sung
2025-12-17 11:21:50 +09:00
parent d2ff2782fe
commit da2e8d0209
2 changed files with 2 additions and 52 deletions

View File

@@ -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("")