From 4e029a86d0d9b0b291f9ef35a9e35612e9933a37 Mon Sep 17 00:00:00 2001 From: coderwelsch Date: Tue, 30 Jan 2024 14:07:09 +0100 Subject: [PATCH] fix: removed gap-2 --- src/components/form-field/radio-box/radio-box-option.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form-field/radio-box/radio-box-option.tsx b/src/components/form-field/radio-box/radio-box-option.tsx index 1f715b46..326b4a34 100644 --- a/src/components/form-field/radio-box/radio-box-option.tsx +++ b/src/components/form-field/radio-box/radio-box-option.tsx @@ -68,7 +68,7 @@ export const RadioBoxOption = ({ children, value, disabled, className }: RadioBo )} -
{children}
+
{children}
)}