Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
586eb5f277 |
|||
|
13580277b4 |
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@methanium/ui",
|
"name": "@methanium/ui",
|
||||||
"version": "0.0.30",
|
"version": "0.0.32",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -441,8 +441,8 @@ 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: none;
|
border: 1px solid var(--input);
|
||||||
background-color: var(--input);
|
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"] {
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue