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 3113f87 commit 01ec1afCopy full SHA for 01ec1af
packages/documentation/src/components/Demos/AppBar/AnimatingAppBar.module.scss
@@ -29,7 +29,7 @@
29
$height: (3.5 * 16) + 96; // app-bar-height (3.5rem) + 96 for custom offset
30
31
@include rmd-button-theme-update-var(color, $rmd-white-base);
32
- @include rmd-theme(color, $rmd-white-base);
+ @include rmd-theme(color, text-primary-on-dark);
33
34
background-image: url(#{'https://picsum.photos/#{$width}/#{$height}?image=811'});
35
height: auto;
0 commit comments