💄(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:
Nathan Vasse
2024-01-31 17:57:46 +01:00
committed by NathanVss
parent d61ab65d82
commit 7649366006

View File

@@ -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")}