diff --git a/src/components/buttons/Button.tsx b/src/components/buttons/Button.tsx index c51696b10..0b7e0054a 100644 --- a/src/components/buttons/Button.tsx +++ b/src/components/buttons/Button.tsx @@ -19,6 +19,7 @@ const buttonVariants = cva( }, size: { default: 'min-w-20 h-10 px-4 py-1', + inline: 'h-5 rounded-md px-2 py-1', xs: 'h-7 rounded-md px-2 py-1', sm: 'h-9 rounded-md px-2 py-1', lg: 'h-11 rounded-md px-8', diff --git a/src/components/fields/Checkbox.tsx b/src/components/fields/Checkbox.tsx index c39873be2..ff4d6162e 100644 --- a/src/components/fields/Checkbox.tsx +++ b/src/components/fields/Checkbox.tsx @@ -13,18 +13,16 @@ export interface ICheckbox { export const Checkbox: FC = (props: ICheckbox) => { return ( -
-
-
- -
+
+
+