Sets Search to SingleLine only

This commit is contained in:
Vitor Pamplona 2023-02-20 13:23:24 -05:00
parent 0236837856
commit dcc84f4572

View File

@ -223,6 +223,7 @@ private fun SearchBar(accountViewModel: AccountViewModel, navController: NavCont
} }
} }
}, },
singleLine = true,
colors = TextFieldDefaults.textFieldColors( colors = TextFieldDefaults.textFieldColors(
focusedIndicatorColor = Color.Transparent, focusedIndicatorColor = Color.Transparent,
unfocusedIndicatorColor = Color.Transparent unfocusedIndicatorColor = Color.Transparent