(feat): improve methanium theme
All checks were successful
/ deploy-and-package (push) Successful in 1m8s
All checks were successful
/ deploy-and-package (push) Successful in 1m8s
This commit is contained in:
parent
ee9cf0c23a
commit
1807e05b79
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@methanium/ui",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -392,6 +392,8 @@ export const BUILT_IN_THEMES = defineThemes([
|
|||
}
|
||||
:root[data-theme="methanium"] [data-slot="card"] {
|
||||
padding-block: calc(1rem * var(--ui-density));
|
||||
border: none;
|
||||
background-color: #242D38;
|
||||
}
|
||||
:root[data-theme="methanium"] [data-slot="button"][data-variant="default"] {
|
||||
background-color: var(--primary);
|
||||
|
|
|
|||
Loading…
Reference in a new issue