Skip to content

Commit 924db40

Browse files
authored
Merge pull request #490 from OlivierMadant/main
fix(tapTarget): restore Feature Discovery animation and fix #488
2 parents c1f6476 + 8685841 commit 924db40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sass/components/_tapTarget.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
position: absolute;
3737
font-size: 1rem;
3838
border-radius: 50%;
39-
background-color: var(--md-sys-color-surface);//var(--md-sys-color-secondary);
40-
color: var(--md-sys-color-on-secondary);
39+
background-color: var(--md-sys-color-primary-container);
40+
color: var(--md-sys-color-primary);
4141
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
4242
width: 100%;
4343
height: 100%;

0 commit comments

Comments
 (0)