diff --git a/src/components/Checkbox/Checkbox.tsx b/src/components/Checkbox/Checkbox.tsx index c698f1a89..c0ebe2025 100644 --- a/src/components/Checkbox/Checkbox.tsx +++ b/src/components/Checkbox/Checkbox.tsx @@ -83,7 +83,7 @@ const styles = (theme: Theme) => display: "flex", height: 30, justifyContent: "center", - margin: 9, + margin: "5px 9px", width: 30 } });