Skip to content

Commit

Permalink
fix(select-list): replace colorsComponentsNavigation token
Browse files Browse the repository at this point in the history
  • Loading branch information
Joanna Mikulewicz committed Mar 1, 2022
1 parent 4a57b91 commit ec27917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/select-list/select-list.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const StyledSelectListTableHeader = styled.thead`
bottom: -8px;
left: 0px;
background-image: linear-gradient(
var(--colorsComponentsNavigationYin100),
var(--colorsUtilityMajor800),
var(--colorsUtilityYang100)
);
opacity: 0.03;
Expand Down

0 comments on commit ec27917

Please sign in to comment.