2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-01-28 16:53:34 +00:00

Tweak parameter display size (#759)

- Increase size of displayed parameter value
This commit is contained in:
Oliver
2026-01-22 23:35:22 +11:00
committed by GitHub
parent a1f0576671
commit ae457e8235

View File

@@ -142,7 +142,7 @@ class _PaginatedParameterState
}
},
)
: Text(parameter.value),
: LargeText(parameter.value),
onTap: parameter.is_checkbox
? null
: () async {