Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ignmandagaran committed Apr 23, 2024
1 parent 1fdc6cb commit f4ddacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/TestSuites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function FeaturesDesktop({
isActive={featureIndex === selectedIndex}
className="relative w-[180px] pb-5"
>
<Tab className="z-1 relative">{feature._title}</Tab>
<Tab className="z-1 relative ui-not-focus-visible:outline-none">{feature._title}</Tab>
</TabHeading>
))}
</Tab.List>
Expand Down

0 comments on commit f4ddacf

Please sign in to comment.