feat: 포인트 내역 UI 추가
This commit is contained in:
@@ -28,7 +28,7 @@ struct CanStatusView: View {
|
||||
.resizable()
|
||||
.frame(width: 26.7, height: 26.7)
|
||||
|
||||
Text("\(viewModel.totalCan) 캔")
|
||||
Text("\(viewModel.totalCan)")
|
||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user