fix too big dates in navbar

This commit is contained in:
Kima 2024-03-12 21:01:02 +01:00
parent 917d6d01db
commit 7f074c67e3

View File

@ -337,7 +337,9 @@ class NavigationScreenState extends State<NavigationScreen>
color: Theme.of(context)
.colorScheme
.secondary,
fontWeight: FontWeight.w500,
fontWeight: FontWeight.w600,
fontSize:
DateTime.now().day > 9 ? 12.1 : null,
),
),
),
@ -361,6 +363,8 @@ class NavigationScreenState extends State<NavigationScreen>
.colorScheme
.background,
fontWeight: FontWeight.w500,
fontSize:
DateTime.now().day > 9 ? 12.1 : null,
),
),
),