remove id input card background
This commit is contained in:
parent
4fc2d2280c
commit
c11f1b3a51
@ -161,9 +161,8 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
width: 320 + 20 * 2,
|
width: 320 + 20 * 2,
|
||||||
padding: const EdgeInsets.fromLTRB(20, 24, 20, 22),
|
padding: const EdgeInsets.fromLTRB(20, 24, 20, 22),
|
||||||
decoration: BoxDecoration(
|
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: Ink(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
@ -200,6 +199,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
cursorColor:
|
cursorColor:
|
||||||
Theme.of(context).textTheme.titleLarge?.color,
|
Theme.of(context).textTheme.titleLarge?.color,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
|
filled: false,
|
||||||
counterText: '',
|
counterText: '',
|
||||||
hintText: _idInputFocused.value
|
hintText: _idInputFocused.value
|
||||||
? null
|
? null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user