💄(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} />
|
<SelectedOption option={selectedItemForRender} {...props} />
|
||||||
<Button
|
<Button
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
color="tertiary"
|
color="tertiary-text"
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
size="small"
|
size="small"
|
||||||
aria-label={t("components.forms.select.clear_button_aria_label")}
|
aria-label={t("components.forms.select.clear_button_aria_label")}
|
||||||
|
|||||||
Reference in New Issue
Block a user