Skip to content

Commit

Permalink
edit class (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnjoo committed Apr 12, 2024
1 parent 0dbded6 commit bd571b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input-elements/Tabs/Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Tab = React.forwardRef<HTMLButtonElement, TabProps>((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
Expand Down

0 comments on commit bd571b5

Please sign in to comment.