fix(styles): increase font size for used and total numbers for better visibility
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
.usedNumber {
|
||||
display: inline-flex;
|
||||
color: #fa438b;
|
||||
font-size: 20px;
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
}
|
||||
@@ -85,7 +85,7 @@
|
||||
.totalNumber {
|
||||
display: inline-flex;
|
||||
color: #000000;
|
||||
font-size: 20px;
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user