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.
2 parents c1f6476 + 8685841 commit 924db40Copy full SHA for 924db40
1 file changed
sass/components/_tapTarget.scss
@@ -36,8 +36,8 @@
36
position: absolute;
37
font-size: 1rem;
38
border-radius: 50%;
39
- background-color: var(--md-sys-color-surface);//var(--md-sys-color-secondary);
40
- color: var(--md-sys-color-on-secondary);
+ background-color: var(--md-sys-color-primary-container);
+ color: var(--md-sys-color-primary);
41
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);
42
width: 100%;
43
height: 100%;
0 commit comments