Skip to content

Commit 189cbd2

Browse files
cloudsohDmitry Sharshakov
authored andcommitted
fix(VBtn): remove font-size overwrite by typography css (#6975)
Fixes #6974.
1 parent 0160a40 commit 189cbd2

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

packages/vuetify/src/stylus/elements/_typography.styl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,5 @@
5656
font-size: $headings.caption.size !important
5757
font-weight: $headings.caption.weight
5858

59-
.v-btn
60-
font-size: $headings.button.size
61-
font-weight: $headings.button.weight
62-
6359
p
6460
margin-bottom: $spacers.three.y

packages/vuetify/src/stylus/settings/_variables.styl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ $headings := {
107107
body-2: { size: 14px, weight: 500 },
108108
body-1: { size: 14px, weight: 400 },
109109
caption: { size: 12px, weight: 400 },
110-
button: { size: 14px, weight: 500 }
111110
}
112111

113112

0 commit comments

Comments
 (0)