Merge pull request #3512 from grummbeer/fix-shared-dialog-whitelisting
fix. Mobile. Style of input on "whitelist" dialog
This commit is contained in:
commit
33e061c29e
@ -180,7 +180,7 @@ void changeWhiteList({Function()? callback}) async {
|
|||||||
child: TextField(
|
child: TextField(
|
||||||
maxLines: null,
|
maxLines: null,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
border: const OutlineInputBorder(),
|
border: isDesktop ? const OutlineInputBorder() : null,
|
||||||
errorText: msg.isEmpty ? null : translate(msg),
|
errorText: msg.isEmpty ? null : translate(msg),
|
||||||
),
|
),
|
||||||
controller: controller,
|
controller: controller,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user