Fix: Német órarend

This commit is contained in:
2026-06-11 15:31:11 +02:00
parent 2b9ac14d6e
commit 9a45c5c456

View File

@@ -54,12 +54,15 @@ class BottomNavIconWidget extends StatelessWidget {
size: 24,
),
const SizedBox(height: 2),
Text(
text,
style: appStyle.fonts.B_14R.apply(
color: active
? appStyle.colors.textPrimary
: appStyle.colors.textSecondary,
FittedBox(
fit: BoxFit.scaleDown,
child: Text(
text,
style: appStyle.fonts.B_14R.apply(
color: active
? appStyle.colors.textPrimary
: appStyle.colors.textSecondary,
),
),
),
],