Skip to content

Commit

Permalink
fix(VBottomSheet): add elevation to content
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Sep 4, 2023
1 parent e2350a3 commit 5a6167d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/labs/VBottomSheet/VBottomSheet.sass
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
max-width: 100%
overflow: visible

@include tools.elevation($bottom-sheet-elevation)

> .v-card,
> .v-sheet
border-radius: $bottom-sheet-border-radius
Expand Down
1 change: 1 addition & 0 deletions packages/vuetify/src/labs/VBottomSheet/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use '../../styles/settings';

$bottom-sheet-elevation: 12 !default;
$bottom-sheet-inset-width: 70% !default;
$bottom-sheet-border-radius: 0 !default;
$bottom-sheet-transition-duration: .2s !default;

0 comments on commit 5a6167d

Please sign in to comment.