SearchBar: Remove explicit tint on close icon

This is now set properly by the activeColors/inactiveColors
This commit is contained in:
Chris Smith 2023-06-05 11:31:14 +01:00
parent edb370db3e
commit 663f116a48

View file

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