Skip to content

Commit 9e3d074

Browse files
committed
add text-base to base text
1 parent 9455f61 commit 9e3d074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/components/forms/radioCard/radioCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const RadioCard = forwardRef<HTMLButtonElement, IRadioCardProps>((props,
5858

5959
const labelClasses = classNames(
6060
baseTextClasses,
61-
'group-data-[state=checked]:text-neutral-800 group-data-[state=checked]:group-disabled:text-neutral-800',
61+
'text-base group-data-[state=checked]:text-neutral-800 group-data-[state=checked]:group-disabled:text-neutral-800',
6262
);
6363

6464
return (

0 commit comments

Comments
 (0)