fix(styles): increase font size for used and total numbers for better visibility

This commit is contained in:
2026-06-24 17:57:17 +08:00
parent 7701c5dbca
commit bc2046fcc6
@@ -77,7 +77,7 @@
.usedNumber { .usedNumber {
display: inline-flex; display: inline-flex;
color: #fa438b; color: #fa438b;
font-size: 20px; font-size: 30px;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
} }
@@ -85,7 +85,7 @@
.totalNumber { .totalNumber {
display: inline-flex; display: inline-flex;
color: #000000; color: #000000;
font-size: 20px; font-size: 30px;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
} }