Skip to content

Commit

Permalink
fix: ring focus visible
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Apr 12, 2024
1 parent bd571b5 commit efb24b9
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 text-tremor-default transition duration-100",
"flex whitespace-nowrap truncate max-w-xs outline-none ui-focus-visible:ring text-tremor-default transition duration-100",
// brand
color
? getColorClassNames(color, colorPalette.text).selectTextColor
Expand Down

0 comments on commit efb24b9

Please sign in to comment.