textfield new color name applied
This commit is contained in:
parent
fa2046f12b
commit
a96eabd30f
|
|
@ -146,7 +146,7 @@ class _DidvanTextFieldState extends State<DidvanTextField> {
|
||||||
return Theme.of(context).colorScheme.focused;
|
return Theme.of(context).colorScheme.focused;
|
||||||
}
|
}
|
||||||
if (_error != null) {
|
if (_error != null) {
|
||||||
return Theme.of(context).colorScheme.errorLight;
|
return Theme.of(context).colorScheme.errorBack;
|
||||||
}
|
}
|
||||||
return Theme.of(context).colorScheme.surface;
|
return Theme.of(context).colorScheme.surface;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue