mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Italic
This commit is contained in:
parent
2720280ada
commit
64653b0642
@ -202,7 +202,10 @@ class _CategoryDisplayState extends RefreshableState<CategoryDisplayWidget> {
|
|||||||
} else if (_subcategories.length == 0) {
|
} else if (_subcategories.length == 0) {
|
||||||
tiles.add(ListTile(
|
tiles.add(ListTile(
|
||||||
title: Text(L10().noSubcategories),
|
title: Text(L10().noSubcategories),
|
||||||
subtitle: Text(L10().noSubcategoriesAvailable)
|
subtitle: Text(
|
||||||
|
L10().noSubcategoriesAvailable,
|
||||||
|
style: TextStyle(fontStyle: FontStyle.italic)
|
||||||
|
)
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
tiles.add(SubcategoryList(_subcategories));
|
tiles.add(SubcategoryList(_subcategories));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user