Skip to content

Commit d953154

Browse files
committed
actually wanted to use tertiary container
1 parent 8c98336 commit d953154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "m3-svelte",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"license": "Apache-2.0 OR GPL-3.0-only",
55
"repository": "KTibow/m3-svelte",
66
"author": {

src/lib/misc/recommended-styles.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
opacity: 1;
3535
}
3636
::selection {
37-
background-color: rgb(var(--m3-scheme-tertiary));
38-
color: rgb(var(--m3-scheme-on-tertiary));
37+
background-color: rgb(var(--m3-scheme-tertiary-container));
38+
color: rgb(var(--m3-scheme-on-tertiary-container));
3939
}

0 commit comments

Comments
 (0)