Unify Input. Remove hardcoded style (change id)
This commit is contained in:
parent
7e13ff6524
commit
55021fc5d9
@ -106,7 +106,6 @@ void changeIdDialog() {
|
|||||||
TextField(
|
TextField(
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: translate('Your new ID'),
|
labelText: translate('Your new ID'),
|
||||||
border: isDesktop ? const OutlineInputBorder() : null,
|
|
||||||
errorText: msg.isEmpty ? null : translate(msg),
|
errorText: msg.isEmpty ? null : translate(msg),
|
||||||
suffixText: '${rxId.value.length}/16',
|
suffixText: '${rxId.value.length}/16',
|
||||||
suffixStyle: const TextStyle(fontSize: 12, color: Colors.grey)),
|
suffixStyle: const TextStyle(fontSize: 12, color: Colors.grey)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user