Unify Input. Remove hardcoded style (change id)

This commit is contained in:
grummbeer 2023-03-17 17:05:28 +01:00
parent 7e13ff6524
commit 55021fc5d9

View File

@ -106,7 +106,6 @@ void changeIdDialog() {
TextField(
decoration: InputDecoration(
labelText: translate('Your new ID'),
border: isDesktop ? const OutlineInputBorder() : null,
errorText: msg.isEmpty ? null : translate(msg),
suffixText: '${rxId.value.length}/16',
suffixStyle: const TextStyle(fontSize: 12, color: Colors.grey)),