Unify Input. Remove hardcoded style (ip whitelist)

This commit is contained in:
grummbeer 2023-03-17 17:07:44 +01:00
parent 55021fc5d9
commit 1faaca90ac

View File

@ -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,