Skip to content

Commit

Permalink
fix scrollbox items having gray color on hover for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jan 15, 2025
1 parent a5560fe commit c60d21a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/src/components/atoms/ScrollBox/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ export const scrollBox = style({
borderRadius: commonVars.space['3'],
backgroundColor: 'transparent',
},
'&:hover': {
color: modeVars.color.greyBright,
},
},
})

0 comments on commit c60d21a

Please sign in to comment.