style(ui): shared 컴포넌트 폰트 크기 증가
- RetroPanel 제목 폰트: 10 → 14 - RetroButton, RetroDialog 폰트 크기 조정 - PanelHeader, retro_theme_constants 스타일 개선 - 가독성 향상을 위한 전반적인 폰트 크기 상향
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user