Skip to content

Commit

Permalink
Set Filters button variant to primary (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored Jan 13, 2022
1 parent 0cd3a06 commit c836695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const FiltersMenu = forwardRef(({
<div className="gn-menu-content">
<div className="gn-menu-fill">
<Button
variant={filtersActive ? 'primary' : 'default'}
variant="primary"
size="sm"
onClick={onClick}
>
Expand Down

0 comments on commit c836695

Please sign in to comment.