Skip to content

Commit 8e22e3d

Browse files
style(VBtn): fix comment preventing variable in api
1 parent c48ad41 commit 8e22e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VBtn/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@use '../../styles/tools';
55

66
// Defaults
7-
/** if false, disabled buttons will be greyed out */
7+
// if false, disabled buttons will be greyed out
88
$button-colored-disabled: true !default;
99

1010
$button-background: rgb(var(--v-theme-surface)) !default;

0 commit comments

Comments
 (0)