Skip to content

Commit

Permalink
fix font size
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogiunta committed Oct 22, 2024
1 parent e218489 commit 0aa6e9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
column-gap: var(--spacing-s, $spacing-s);
border: 0;
background-color: transparent;
font-size: var(--font-size-sm, $font-size-sm);
cursor: pointer;
padding: var(--spacing-s, $spacing-s) var(--spacing-m, $spacing-m);
color: var(--text-color-secondary, text-color('secondary'));
Expand Down

0 comments on commit 0aa6e9c

Please sign in to comment.