Skip to content

Commit

Permalink
fix(VBtn): remove font-size overwrite by typography css (#6975)
Browse files Browse the repository at this point in the history
Fixes #6974.
  • Loading branch information
cloudsoh authored and Dmitry Sharshakov committed Apr 13, 2019
1 parent 0160a40 commit 189cbd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/vuetify/src/stylus/elements/_typography.styl
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,5 @@
font-size: $headings.caption.size !important
font-weight: $headings.caption.weight

.v-btn
font-size: $headings.button.size
font-weight: $headings.button.weight

p
margin-bottom: $spacers.three.y
1 change: 0 additions & 1 deletion packages/vuetify/src/stylus/settings/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ $headings := {
body-2: { size: 14px, weight: 500 },
body-1: { size: 14px, weight: 400 },
caption: { size: 12px, weight: 400 },
button: { size: 14px, weight: 500 }
}


Expand Down

0 comments on commit 189cbd2

Please sign in to comment.