Compare commits
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@methanium/ui",
|
"name": "@methanium/ui",
|
||||||
"version": "0.0.32",
|
"version": "0.0.31",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -441,7 +441,7 @@ export const BUILT_IN_THEMES = defineThemes([
|
||||||
}
|
}
|
||||||
:root[data-theme="methanium"] [data-slot="card"] {
|
:root[data-theme="methanium"] [data-slot="card"] {
|
||||||
padding-block: calc(1rem * var(--ui-density));
|
padding-block: calc(1rem * var(--ui-density));
|
||||||
border: 1px solid var(--input);
|
border: none;
|
||||||
background-color: color-mix(in srgb, var(--input) 55%, var(--background));
|
background-color: color-mix(in srgb, var(--input) 55%, var(--background));
|
||||||
}
|
}
|
||||||
:root[data-theme="methanium"] [data-slot="button"][data-variant="default"] {
|
:root[data-theme="methanium"] [data-slot="button"][data-variant="default"] {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue