Skip to content

Commit

Permalink
fix(VBtn): correct larger size button font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 21, 2019
1 parent d98a227 commit d775278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/components/VBtn/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ $btn-font-sizes: (
'x-small': .625rem,
'small': .75rem,
'default': .875rem,
'large': 1rem,
'x-large': 1.125rem
'large': .875rem,
'x-large': 1rem
) !default;
$fab-sizes: (
'x-small': 32,
Expand Down

0 comments on commit d775278

Please sign in to comment.