Skip to content

Commit

Permalink
fix: change tab hover bg colour, closes #4249
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Oct 13, 2023
1 parent e89775b commit 0c7c4c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/global/radix-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export const radixTabStyles = {
},
'.rt-TabsTrigger': {
flex: 1,
'& :hover::before': {
backgroundColor: 'accent.component-background-hover',
},
},
'.rt-TabsTriggerInner': {
width: '100%',
Expand Down

0 comments on commit 0c7c4c2

Please sign in to comment.