Skip to content

Commit

Permalink
set color of facet drawer caret to silverGrayDark by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Oct 15, 2024
1 parent 82df090 commit 8c97b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const FacetStyles = styled.div`
margin-bottom: 14px;
i {
color: ${({ theme }) => theme.custom.colors.silverGrayLight};
color: ${({ theme }) => theme.custom.colors.silverGrayDark};
}
&:hover i {
Expand Down

0 comments on commit 8c97b23

Please sign in to comment.