Skip to content

Commit

Permalink
fix: add focused stylign to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Nov 29, 2023
1 parent ac8a72b commit 9451847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/core/Tabs/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ export const StyledTab = styled(RawTab, {
color: black;
}
&.Mui-focusVisible {
outline: 5px auto Highlight;
outline: 5px auto -webkit-focus-ring-color;
}
&.Mui-selected {
color: black;
Expand Down

0 comments on commit 9451847

Please sign in to comment.