(fix): tensamin tabs
All checks were successful
/ deploy-and-package (push) Successful in 1m6s

This commit is contained in:
Alois 2026-07-30 22:35:42 +02:00
commit afa02221b3
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@methanium/ui", "name": "@methanium/ui",
"version": "0.0.21", "version": "0.0.22",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -199,6 +199,9 @@ export const BUILT_IN_THEMES = defineThemes([
:root[data-theme="tensamin"] [data-slot][aria-invalid="true"] { :root[data-theme="tensamin"] [data-slot][aria-invalid="true"] {
--tensamin-edge: var(--destructive); --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"] { :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); color: color-mix(in srgb, var(--muted-foreground) 75%, black);
}`, }`,