We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c98336 commit d953154Copy full SHA for d953154
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "m3-svelte",
3
- "version": "3.6.0",
+ "version": "3.6.1",
4
"license": "Apache-2.0 OR GPL-3.0-only",
5
"repository": "KTibow/m3-svelte",
6
"author": {
src/lib/misc/recommended-styles.css
@@ -34,6 +34,6 @@
34
opacity: 1;
35
}
36
::selection {
37
- background-color: rgb(var(--m3-scheme-tertiary));
38
- color: rgb(var(--m3-scheme-on-tertiary));
+ background-color: rgb(var(--m3-scheme-tertiary-container));
+ color: rgb(var(--m3-scheme-on-tertiary-container));
39
0 commit comments