Skip to content

Commit

Permalink
πŸ’„(react) update select pills remove button
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NathanVss committed Feb 5, 2024
1 parent d61ab65 commit 7649366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
Expand Down

0 comments on commit 7649366

Please sign in to comment.