Skip to content

Commit c67db1b

Browse files
committed
Fix colors again
1 parent 92d8af8 commit c67db1b

File tree

1 file changed

+4
-4
lines changed
  • libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/components

1 file changed

+4
-4
lines changed

libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/components/SearchBar.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ object ElementSearchBarDefaults {
171171
focusedPlaceholderColor = ElementTheme.colors.textDisabled,
172172
unfocusedTrailingIconColor = ElementTheme.colors.iconDisabled,
173173
focusedTrailingIconColor = ElementTheme.colors.iconDisabled,
174-
focusedContainerColor = Color.Transparent,
175-
unfocusedContainerColor = Color.Transparent,
176-
disabledContainerColor = Color.Transparent,
177-
errorContainerColor = Color.Transparent,
174+
focusedContainerColor = ElementTheme.colors.bgSubtleSecondary,
175+
unfocusedContainerColor = ElementTheme.colors.bgSubtleSecondary,
176+
disabledContainerColor = ElementTheme.colors.bgSubtleSecondary,
177+
errorContainerColor = ElementTheme.colors.bgSubtleSecondary,
178178
)
179179

180180
@OptIn(ExperimentalMaterial3Api::class)

0 commit comments

Comments
 (0)