We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0371c commit b371337Copy full SHA for b371337
packages/theme/src/_variables.scss
@@ -23,10 +23,9 @@ $rmd-theme-define-colors-with-rgba: false !default;
23
/// Boolean if the dark theme should gain different background colors based on
24
/// the current elevation instead of a static surface color.
25
///
26
-/// Note: This will be set to `true` by default with the next major release.
27
/// @since 2.1.0
28
/// @type Boolean
29
-$rmd-theme-dark-elevation: false !default;
+$rmd-theme-dark-elevation: true !default;
30
31
/// Boolean if the light theme **default** colors should be used. This means
32
/// that the background-color, surface, and text colors will be updated to their
0 commit comments