mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 07:23:18 +00:00
Tweak parameter display size (#759)
- Increase size of displayed parameter value
This commit is contained in:
parent
a1f0576671
commit
ae457e8235
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class _PaginatedParameterState
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
: Text(parameter.value),
|
: LargeText(parameter.value),
|
||||||
onTap: parameter.is_checkbox
|
onTap: parameter.is_checkbox
|
||||||
? null
|
? null
|
||||||
: () async {
|
: () async {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue