Skip to content

Commit

Permalink
fix: change tab hover bg colour, closes leather-io#4249
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Jan 17, 2024
1 parent c6f9217 commit c01bf65
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 c01bf65

Please sign in to comment.