bug fix UAE Page
This commit is contained in:
parent
b2a1869ec3
commit
46a8543283
@ -347,6 +347,10 @@ class _PerSubtopicBody extends ConsumerWidget {
|
|||||||
color: _titleColor,
|
color: _titleColor,
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
fontFamily: context.translate(
|
||||||
|
'Roboto',
|
||||||
|
'NotoKufi',
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
final shownIds = ids.where(
|
final shownIds = ids.where(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user