SearchBar: Remove explicit tint on close icon
This is now set properly by the activeColors/inactiveColors
This commit is contained in:
parent
edb370db3e
commit
663f116a48
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue