This commit is contained in:
parent
bf7f8ef9ac
commit
afa02221b3
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@methanium/ui",
|
||||
"version": "0.0.21",
|
||||
"version": "0.0.22",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -199,6 +199,9 @@ export const BUILT_IN_THEMES = defineThemes([
|
|||
:root[data-theme="tensamin"] [data-slot][aria-invalid="true"] {
|
||||
--tensamin-edge: var(--destructive);
|
||||
}
|
||||
:root[data-theme="tensamin"] [data-slot="tabs-trigger"] {
|
||||
border-color: transparent;
|
||||
}
|
||||
:root[data-theme="tensamin"] [role="tablist"].grid.grid-cols-2.bg-card.rounded-4xl > [role="tab"][aria-selected="false"] {
|
||||
color: color-mix(in srgb, var(--muted-foreground) 75%, black);
|
||||
}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue