Browse Source

SearchBar: Remove explicit tint on close icon

This is now set properly by the activeColors/inactiveColors
feature/fga/small_timeline_improvements
Chris Smith 1 year ago
parent
commit
663f116a48
  1. 1
      libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/theme/components/SearchBar.kt

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

@ -101,7 +101,6 @@ fun <T> SearchBar(
Icon( Icon(
imageVector = Icons.Default.Close, imageVector = Icons.Default.Close,
contentDescription = stringResource(R.string.action_clear), contentDescription = stringResource(R.string.action_clear),
tint = MaterialTheme.colorScheme.primary,
) )
} }
} }

Loading…
Cancel
Save