Reduce themes fontSize.big from 22 to 20

This commit is contained in:
miruka 2020-09-22 21:04:05 -04:00
parent 6a36943dae
commit 2313673993
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ fontSize:
int smaller: 13 * uiScale
int small: 13 * uiScale
int normal: 16 * uiScale
int big: 22 * uiScale
int big: 20 * uiScale
int bigger: 32 * uiScale
int biggest: 48 * uiScale

View File

@ -20,7 +20,7 @@ fontSize:
int smaller: 13 * uiScale
int small: 13 * uiScale
int normal: 16 * uiScale
int big: 22 * uiScale
int big: 20 * uiScale
int bigger: 32 * uiScale
int biggest: 48 * uiScale