style(ui): 폰트 크기 및 레이아웃 조정
- 전역 테마 폰트 크기 증가 (가독성 개선) - 위젯 레이아웃 미세 조정
This commit is contained in:
@@ -172,7 +172,7 @@ class _NotificationCard extends StatelessWidget {
|
||||
_getTypeLabel(notification.type),
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: accentColor,
|
||||
letterSpacing: 1,
|
||||
),
|
||||
@@ -185,7 +185,7 @@ class _NotificationCard extends StatelessWidget {
|
||||
'[X]',
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: textMuted,
|
||||
),
|
||||
),
|
||||
@@ -229,7 +229,7 @@ class _NotificationCard extends StatelessWidget {
|
||||
notification.subtitle!,
|
||||
style: TextStyle(
|
||||
fontFamily: 'PressStart2P',
|
||||
fontSize: 7,
|
||||
fontSize: 9,
|
||||
color: textMuted,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user