From 01ec1afff7f3d527c5c3846718fc305a1073bbd1 Mon Sep 17 00:00:00 2001 From: Mikkel Laursen Date: Thu, 21 Apr 2022 17:22:06 -0600 Subject: [PATCH] chore(website): fix text color for animating app bar --- .../src/components/Demos/AppBar/AnimatingAppBar.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/src/components/Demos/AppBar/AnimatingAppBar.module.scss b/packages/documentation/src/components/Demos/AppBar/AnimatingAppBar.module.scss index f42858f8e0..772a51b9a4 100644 --- a/packages/documentation/src/components/Demos/AppBar/AnimatingAppBar.module.scss +++ b/packages/documentation/src/components/Demos/AppBar/AnimatingAppBar.module.scss @@ -29,7 +29,7 @@ $height: (3.5 * 16) + 96; // app-bar-height (3.5rem) + 96 for custom offset @include rmd-button-theme-update-var(color, $rmd-white-base); - @include rmd-theme(color, $rmd-white-base); + @include rmd-theme(color, text-primary-on-dark); background-image: url(#{'https://picsum.photos/#{$width}/#{$height}?image=811'}); height: auto;