style(ui): shared 컴포넌트 폰트 크기 증가

- RetroPanel 제목 폰트: 10 → 14
- RetroButton, RetroDialog 폰트 크기 조정
- PanelHeader, retro_theme_constants 스타일 개선
- 가독성 향상을 위한 전반적인 폰트 크기 상향
This commit is contained in:
JiWoong Sul
2026-01-15 19:07:23 +09:00
parent 2435bcffb7
commit e882093d37
5 changed files with 22 additions and 22 deletions

View File

@@ -94,7 +94,7 @@ class _PanelTitle extends StatelessWidget {
title.toUpperCase(),
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 10,
fontSize: 14,
color: useGoldBorder ? RetroColors.gold : RetroColors.textLight,
letterSpacing: 1,
),