File tree Expand file tree Collapse file tree
apps/webapp/app/components/primitives Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,22 +5,7 @@ import { type ShortcutDefinition, useShortcutKeys } from "~/hooks/useShortcutKey
55import { cn } from "~/utils/cn" ;
66import { ShortcutKey } from "./ShortcutKey" ;
77
8- const variants = {
9- underline : {
10- base : "bg-charcoal-700" ,
11- active : "text-text-bright hover:bg-charcoal-750/50" ,
12- } ,
13- "pipe-divider" : {
14- base : "bg-charcoal-700/50" ,
15- active : "text-text-bright bg-charcoal-700 rounded-[2px] border border-charcoal-600/50" ,
16- } ,
17- segmented : {
18- base : "bg-charcoal-700/50" ,
19- active : "text-text-bright bg-charcoal-700 rounded-[2px] border border-charcoal-600/50" ,
20- } ,
21- } ;
22-
23- export type Variants = keyof typeof variants ;
8+ export type Variants = "underline" | "pipe-divider" | "segmented" ;
249
2510export type TabsProps = {
2611 tabs : {
You can’t perform that action at this time.
0 commit comments