diff --git a/src/components/input-elements/Tabs/Tab.tsx b/src/components/input-elements/Tabs/Tab.tsx index 51ba0d34d..db068b1be 100644 --- a/src/components/input-elements/Tabs/Tab.tsx +++ b/src/components/input-elements/Tabs/Tab.tsx @@ -56,7 +56,7 @@ const Tab = React.forwardRef((props, ref) => { className={tremorTwMerge( makeTabClassName("root"), // common - "flex whitespace-nowrap truncate max-w-xs outline-none focus:ring-0 text-tremor-default transition duration-100", + "flex whitespace-nowrap truncate max-w-xs outline-none focus:ring text-tremor-default transition duration-100", // brand color ? getColorClassNames(color, colorPalette.text).selectTextColor