mirror of
https://github.com/inventree/inventree-app.git
synced 2026-01-29 01:03:40 +00:00
Tweak parameter display size (#759)
- Increase size of displayed parameter value
This commit is contained in:
@@ -142,7 +142,7 @@ class _PaginatedParameterState
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
: Text(parameter.value),
|
: LargeText(parameter.value),
|
||||||
onTap: parameter.is_checkbox
|
onTap: parameter.is_checkbox
|
||||||
? null
|
? null
|
||||||
: () async {
|
: () async {
|
||||||
|
|||||||
Reference in New Issue
Block a user