Unify Input. Remove hardcoded style (ip whitelist)
This commit is contained in:
parent
55021fc5d9
commit
1faaca90ac
@ -181,7 +181,6 @@ void changeWhiteList({Function()? callback}) async {
|
||||
child: TextField(
|
||||
maxLines: null,
|
||||
decoration: InputDecoration(
|
||||
border: isDesktop ? const OutlineInputBorder() : null,
|
||||
errorText: msg.isEmpty ? null : translate(msg),
|
||||
),
|
||||
controller: controller,
|
||||
|
Loading…
Reference in New Issue
Block a user