Skip to content

Commit 01ec1af

Browse files
committed
chore(website): fix text color for animating app bar
1 parent 3113f87 commit 01ec1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/src/components/Demos/AppBar/AnimatingAppBar.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
$height: (3.5 * 16) + 96; // app-bar-height (3.5rem) + 96 for custom offset
3030

3131
@include rmd-button-theme-update-var(color, $rmd-white-base);
32-
@include rmd-theme(color, $rmd-white-base);
32+
@include rmd-theme(color, text-primary-on-dark);
3333

3434
background-image: url(#{'https://picsum.photos/#{$width}/#{$height}?image=811'});
3535
height: auto;

0 commit comments

Comments
 (0)