style(ui): 폰트 크기 및 레이아웃 조정

- 전역 테마 폰트 크기 증가 (가독성 개선)
- 위젯 레이아웃 미세 조정
This commit is contained in:
JiWoong Sul
2026-01-05 19:42:09 +09:00
parent 02a59fb443
commit ff24f2bb55
11 changed files with 50 additions and 50 deletions

View File

@@ -515,7 +515,7 @@ class _NewCharacterScreenState extends State<NewCharacterScreen> {
game_l10n.uiRollHistory(_rollHistory.length),
style: const TextStyle(
fontFamily: 'PressStart2P',
fontSize: 6,
fontSize: 8,
color: RetroColors.textDisabled,
),
),
@@ -540,7 +540,7 @@ class _NewCharacterScreenState extends State<NewCharacterScreen> {
label.toUpperCase(),
style: const TextStyle(
fontFamily: 'PressStart2P',
fontSize: 6,
fontSize: 8,
color: RetroColors.gold,
),
),