From f99d518a06557a161398d961dc5fb37d72b98a7e Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 25 Apr 2023 03:07:16 +0530 Subject: [PATCH] fix: checkbox and text alignment (#8503) --- packages/ui/components/form/checkbox/Checkbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/components/form/checkbox/Checkbox.tsx b/packages/ui/components/form/checkbox/Checkbox.tsx index c5ea496b1f..b5345faae3 100644 --- a/packages/ui/components/form/checkbox/Checkbox.tsx +++ b/packages/ui/components/form/checkbox/Checkbox.tsx @@ -46,7 +46,7 @@ const CheckboxField = forwardRef( ), }, <> -
+