From 55f77a76f2b6b69257f73e95097990b3c1d3ea6f Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:26:37 +0600 Subject: [PATCH] fix: Gap between label and description --- src/components/radio-button/radio-button.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/radio-button/radio-button.tsx b/src/components/radio-button/radio-button.tsx index 5b59b312..24945136 100644 --- a/src/components/radio-button/radio-button.tsx +++ b/src/components/radio-button/radio-button.tsx @@ -346,7 +346,16 @@ export const RadioButtonComponent = ( ) } > { icon && <>{ icon }> } -