style(ui): 폰트 크기 및 레이아웃 조정
- 전역 테마 폰트 크기 증가 (가독성 개선) - 위젯 레이아웃 미세 조정
This commit is contained in:
@@ -157,11 +157,11 @@ class RetroTabBar extends StatelessWidget {
|
||||
unselectedLabelColor: mutedColor,
|
||||
labelStyle: const TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
),
|
||||
unselectedLabelStyle: const TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
),
|
||||
dividerColor: Colors.transparent,
|
||||
tabs: tabs.map((t) => Tab(text: t.toUpperCase())).toList(),
|
||||
@@ -257,7 +257,7 @@ class RetroInfoBox extends StatelessWidget {
|
||||
content,
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: textColor,
|
||||
height: 1.8,
|
||||
),
|
||||
@@ -297,7 +297,7 @@ class RetroStatRow extends StatelessWidget {
|
||||
label,
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 6,
|
||||
fontSize: 8,
|
||||
color: mutedColor,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user