Tweak parameter display size (#759)
Some checks failed
CI / test (push) Failing after 7m16s
Android / build (push) Has been cancelled
iOS / build (push) Has been cancelled

- 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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