remove id input card background

This commit is contained in:
rustdesk 2023-03-04 13:23:35 +08:00
parent 4fc2d2280c
commit c11f1b3a51

View File

@ -161,9 +161,8 @@ class _ConnectionPageState extends State<ConnectionPage>
width: 320 + 20 * 2,
padding: const EdgeInsets.fromLTRB(20, 24, 20, 22),
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.background,
borderRadius: const BorderRadius.all(Radius.circular(13)),
),
borderRadius: const BorderRadius.all(Radius.circular(13)),
border: Border.all(color: Theme.of(context).colorScheme.background)),
child: Ink(
child: Column(
children: [
@ -200,6 +199,7 @@ class _ConnectionPageState extends State<ConnectionPage>
cursorColor:
Theme.of(context).textTheme.titleLarge?.color,
decoration: InputDecoration(
filled: false,
counterText: '',
hintText: _idInputFocused.value
? null