Skip to content

Commit 22ee5fa

Browse files
Fix radio button selected state visibility in light mode (supabase#35251)
Addresses supabase#35233 Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
1 parent 9c716a6 commit 22ee5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/radio-group-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const RadioGroupCardItem = React.forwardRef<
4040
'hover:z-[1] focus-visible:z-[1]',
4141
'data-[state=checked]:z-[1]',
4242
'data-[state=checked]:ring-2 data-[state=checked]:ring-border',
43-
'data-[state=checked]:bg-surface-200 dark:data-[state=checked]:bg-surface-300',
43+
'data-[state=checked]:bg-surface-300 dark:data-[state=checked]:bg-surface-300',
4444
'data-[state=checked]:border-foreground/50',
4545
'transition-colors',
4646
'group',

0 commit comments

Comments
 (0)