💄(react) update select pills remove button
The button was still using the old tertiary buttons which resulted in a odd background color, we want this button to have a transparent background.
This commit is contained in:
@@ -39,7 +39,7 @@ const SelectedItemsChips = ({
|
||||
<SelectedOption option={selectedItemForRender} {...props} />
|
||||
<Button
|
||||
tabIndex={-1}
|
||||
color="tertiary"
|
||||
color="tertiary-text"
|
||||
disabled={disabled}
|
||||
size="small"
|
||||
aria-label={t("components.forms.select.clear_button_aria_label")}
|
||||
|
||||
Reference in New Issue
Block a user