Skip to content

Commit b371337

Browse files
committed
feat(theme): $rmd-theme-dark-elevation defaults to true
BREAKING CHANGE: `$rmd-theme-dark-elevation` now defaults to `true` instead of `false`
1 parent 4d0371c commit b371337

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/theme/src/_variables.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ $rmd-theme-define-colors-with-rgba: false !default;
2323
/// Boolean if the dark theme should gain different background colors based on
2424
/// the current elevation instead of a static surface color.
2525
///
26-
/// Note: This will be set to `true` by default with the next major release.
2726
/// @since 2.1.0
2827
/// @type Boolean
29-
$rmd-theme-dark-elevation: false !default;
28+
$rmd-theme-dark-elevation: true !default;
3029

3130
/// Boolean if the light theme **default** colors should be used. This means
3231
/// that the background-color, surface, and text colors will be updated to their

0 commit comments

Comments
 (0)