mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
italic text
This commit is contained in:
parent
fad5184381
commit
760f88349d
4 changed files with 73 additions and 1 deletions
|
|
@ -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)
|
||||
)
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue