(feat): improve secret theme
All checks were successful
/ deploy-and-package (push) Successful in 1m6s
All checks were successful
/ deploy-and-package (push) Successful in 1m6s
This commit is contained in:
parent
108398cb13
commit
9674c23e97
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@methanium/ui",
|
"name": "@methanium/ui",
|
||||||
"version": "0.0.18",
|
"version": "0.0.19",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -601,7 +601,7 @@ export const BUILT_IN_THEMES = defineThemes([
|
||||||
border-color: var(--secret-border);
|
border-color: var(--secret-border);
|
||||||
}
|
}
|
||||||
:root[data-theme="secret"] [data-slot="select-item"]:is(:hover, :focus, [data-highlighted], [data-selected]) {
|
:root[data-theme="secret"] [data-slot="select-item"]:is(:hover, :focus, [data-highlighted], [data-selected]) {
|
||||||
background-color: #24120c;
|
background-color: color-mix(in srgb, var(--popover) 72%, #0a0a0a 28%);
|
||||||
color: #ffe8b4;
|
color: #ffe8b4;
|
||||||
}
|
}
|
||||||
:root[data-theme="secret"] [data-slot="button"][data-variant="default"] {
|
:root[data-theme="secret"] [data-slot="button"][data-variant="default"] {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue