mirror of
https://gitlab.com/moepoi/neonime-app.git
synced 2024-12-22 13:54:58 +01:00
Remove search textfield underline
This commit is contained in:
parent
e72cf89246
commit
9a729ee937
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ class _SearchState extends State<Search> {
|
||||||
hintStyle: TextStyle(
|
hintStyle: TextStyle(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
|
border: InputBorder.none
|
||||||
),
|
),
|
||||||
onEditingComplete: () {
|
onEditingComplete: () {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|
Loading…
Reference in a new issue