style(ui): 폰트 크기 및 레이아웃 조정
- 전역 테마 폰트 크기 증가 (가독성 개선) - 위젯 레이아웃 미세 조정
This commit is contained in:
@@ -262,7 +262,7 @@ class _SavedGameInfo extends StatelessWidget {
|
||||
'${preview.characterName} Lv.${preview.level} ${preview.actName}',
|
||||
style: const TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: RetroColors.textDisabled,
|
||||
),
|
||||
),
|
||||
@@ -285,7 +285,7 @@ class _CopyrightFooter extends StatelessWidget {
|
||||
textAlign: TextAlign.center,
|
||||
style: const TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 6,
|
||||
fontSize: 8,
|
||||
color: RetroColors.textDisabled,
|
||||
),
|
||||
),
|
||||
@@ -317,7 +317,7 @@ class _RetroTag extends StatelessWidget {
|
||||
label,
|
||||
style: const TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: RetroColors.textLight,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user