Skip to content

Commit

Permalink
fix(VSheet): base color off of on-surface istead of on-background
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 7, 2024
1 parent 5a39b60 commit 183a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VSheet/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $sheet-border-radius: 0 !default;
$sheet-border-style: settings.$border-style-root !default;
$sheet-border-thin-width: thin !default;
$sheet-border-width: 0 !default;
$sheet-color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity)) !default;
$sheet-color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity)) !default;
$sheet-elevation: 0 !default;
$sheet-positions: absolute fixed relative sticky !default;
$sheet-rounded-border-radius: settings.$border-radius-root !default;
Expand Down

0 comments on commit 183a2f9

Please sign in to comment.