feat(methanium-theme): improve card backgrounds
All checks were successful
/ deploy-and-package (push) Successful in 37s
All checks were successful
/ deploy-and-package (push) Successful in 37s
This commit is contained in:
parent
99a087db3d
commit
13580277b4
2 changed files with 2 additions and 2 deletions
|
|
@ -442,7 +442,7 @@ export const BUILT_IN_THEMES = defineThemes([
|
|||
:root[data-theme="methanium"] [data-slot="card"] {
|
||||
padding-block: calc(1rem * var(--ui-density));
|
||||
border: none;
|
||||
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"] {
|
||||
background-color: var(--primary);
|
||||
|
|
|
|||
Loading…
Reference in a new issue