From e279174234248c948e20ff8be10354c47b8e7d6e Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 22 Oct 2019 13:35:19 +0200 Subject: [PATCH] Fix checkbox margin --- src/components/Checkbox/Checkbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } });