2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

italic text

This commit is contained in:
Oliver Walters
2021-08-16 15:09:19 +10:00
parent fad5184381
commit 760f88349d
4 changed files with 73 additions and 1 deletions

View File

@ -318,7 +318,10 @@ List<Widget> detailTiles() {
} else {
tiles.add(ListTile(
title: Text(L10().sublocationNone),
subtitle: Text(L10().sublocationNoneDetail)
subtitle: Text(
L10().sublocationNoneDetail,
style: TextStyle(fontStyle: FontStyle.italic)
)
));
}