Update dependencies versions (#203)

This commit is contained in:
Kirill Kamakin
2024-02-17 11:22:34 +01:00
committed by GitHub
parent c03c65a96b
commit 7461decd73
4 changed files with 38 additions and 37 deletions

View File

@@ -51,9 +51,10 @@ internal fun SearchTextField(
),
singleLine = true,
colors = TextFieldDefaults.colors(
focusedIndicatorColor = Color.Unspecified,
unfocusedIndicatorColor = Color.Unspecified,
disabledIndicatorColor = Color.Unspecified,
focusedIndicatorColor = Color.Transparent,
unfocusedIndicatorColor = Color.Transparent,
disabledIndicatorColor = Color.Transparent,
errorIndicatorColor = Color.Transparent
)
)
}