Skip to content

Commit

Permalink
feat: Update QuickFilter background color to use eds
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBrunton committed Sep 27, 2024
1 parent 10e5a8d commit e9c3a19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const FilterWrapper = styled.div`
width: 100%;
overflow-x: auto;
overflow-y: hidden;
background-color: #f7f7f7;
background-color: ${tokens.colors.ui.background__light.hex};
`;

interface OtherFiltersAppliedInfoProps {
Expand Down

0 comments on commit e9c3a19

Please sign in to comment.