Skip to content

Commit

Permalink
Remove unused style
Browse files Browse the repository at this point in the history
  • Loading branch information
dgca committed Dec 3, 2024
1 parent 19fce6a commit 650d334
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/tackle-box/lib/components/Tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { HStack } from "@/components/Stack/Stack";
import { createContext, ReactNode, useContext, useState } from "react";
import { css, html } from "react-strict-dom";
import { Text } from "@/components/Text/Text";
import { colors } from "@/vars/colors.stylex";

const TabsContext = createContext<{
activeTab: string;
Expand Down Expand Up @@ -55,16 +54,6 @@ const triggerStyles = css.create({
paddingLeft: 16,
paddingRight: 16,
},
activeIndicator: {
borderBottomWidth: 2,
borderColor: colors.textPrimary,
},
textActive: {
color: "textPrimary",
},
textInactive: {
color: "textSecondary",
},
});

function Trigger({ children, value }: TriggerProps) {
Expand Down

0 comments on commit 650d334

Please sign in to comment.