forked from firka/firka
Fix: Német órarend
This commit is contained in:
@@ -54,12 +54,15 @@ class BottomNavIconWidget extends StatelessWidget {
|
|||||||
size: 24,
|
size: 24,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 2),
|
const SizedBox(height: 2),
|
||||||
Text(
|
FittedBox(
|
||||||
text,
|
fit: BoxFit.scaleDown,
|
||||||
style: appStyle.fonts.B_14R.apply(
|
child: Text(
|
||||||
color: active
|
text,
|
||||||
? appStyle.colors.textPrimary
|
style: appStyle.fonts.B_14R.apply(
|
||||||
: appStyle.colors.textSecondary,
|
color: active
|
||||||
|
? appStyle.colors.textPrimary
|
||||||
|
: appStyle.colors.textSecondary,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user