Skip to content

Commit dbc0d7d

Browse files
samejr0ski
authored andcommitted
Remove unused styles
1 parent 5fd256e commit dbc0d7d

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

  • apps/webapp/app/components/primitives

apps/webapp/app/components/primitives/Tabs.tsx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,7 @@ import { type ShortcutDefinition, useShortcutKeys } from "~/hooks/useShortcutKey
55
import { cn } from "~/utils/cn";
66
import { 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

2510
export type TabsProps = {
2611
tabs: {

0 commit comments

Comments
 (0)