Skip to content

Commit

Permalink
chore(website): fix text color for animating app bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Apr 21, 2022
1 parent 3113f87 commit 01ec1af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 01ec1af

Please sign in to comment.