Fix colors again
This commit is contained in:
parent
fe78c70625
commit
b6991c05cb
1 changed files with 4 additions and 4 deletions
|
|
@ -172,10 +172,10 @@ object ElementSearchBarDefaults {
|
||||||
focusedPlaceholderColor = ElementTheme.colors.textDisabled,
|
focusedPlaceholderColor = ElementTheme.colors.textDisabled,
|
||||||
unfocusedTrailingIconColor = ElementTheme.colors.iconDisabled,
|
unfocusedTrailingIconColor = ElementTheme.colors.iconDisabled,
|
||||||
focusedTrailingIconColor = ElementTheme.colors.iconDisabled,
|
focusedTrailingIconColor = ElementTheme.colors.iconDisabled,
|
||||||
focusedContainerColor = Color.Transparent,
|
focusedContainerColor = ElementTheme.colors.bgSubtleSecondary,
|
||||||
unfocusedContainerColor = Color.Transparent,
|
unfocusedContainerColor = ElementTheme.colors.bgSubtleSecondary,
|
||||||
disabledContainerColor = Color.Transparent,
|
disabledContainerColor = ElementTheme.colors.bgSubtleSecondary,
|
||||||
errorContainerColor = Color.Transparent,
|
errorContainerColor = ElementTheme.colors.bgSubtleSecondary,
|
||||||
)
|
)
|
||||||
|
|
||||||
@OptIn(ExperimentalMaterial3Api::class)
|
@OptIn(ExperimentalMaterial3Api::class)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue