Skip to content

Commit

Permalink
fix: Add hover state for Download radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jan 31, 2025
1 parent b38c7e3 commit 9220324
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function Radio({
className: cns(
'flex gap-sds-default p-sds-l transition-colors text-left',
isActive && 'bg-sds-color-primitive-gray-100',
'hover:bg-sds-color-primitive-gray-100',
),
...(isActive
? {}
Expand Down

0 comments on commit 9220324

Please sign in to comment.