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