Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Change the font weight to match
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Sep 27, 2022
1 parent 55a8ac7 commit e2d9b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VHeader/VFilterButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="filter-button"
:variant="filtersAreApplied ? 'action-menu-muted' : 'action-menu'"
size="disabled"
class="align-center label-regular description-bold h-12 w-12 gap-2 self-center xl:w-auto xl:ps-3"
class="align-center label-regular h-12 w-12 gap-2 self-center xl:w-auto xl:ps-3"
:class="[filtersAreApplied ? 'xl:pe-3' : 'xl:pe-4']"
:pressed="pressed"
:disabled="disabled"
Expand Down

0 comments on commit e2d9b89

Please sign in to comment.