style(ui): 폰트 크기 및 레이아웃 조정
- 전역 테마 폰트 크기 증가 (가독성 개선) - 위젯 레이아웃 미세 조정
This commit is contained in:
@@ -258,7 +258,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
causeText,
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: hpColor,
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
@@ -312,7 +312,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
l10n.deathSacrificedToResurrect.toUpperCase(),
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 6,
|
||||
fontSize: 8,
|
||||
color: muted,
|
||||
),
|
||||
),
|
||||
@@ -321,7 +321,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
deathInfo.lostItemName!,
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: hpColor,
|
||||
),
|
||||
),
|
||||
@@ -376,7 +376,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
label,
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 6,
|
||||
fontSize: 8,
|
||||
color: muted,
|
||||
),
|
||||
),
|
||||
@@ -386,7 +386,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
value,
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: valueColor,
|
||||
),
|
||||
),
|
||||
@@ -475,7 +475,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
l10n.deathCombatLog.toUpperCase(),
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: gold,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user