From 6647162b752024bd011888c92bf1deb48b15b6f3 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 22 Oct 2019 12:47:29 +0200 Subject: [PATCH] Fix controlled switch margin --- src/components/ControlledSwitch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ControlledSwitch.tsx b/src/components/ControlledSwitch.tsx index 07a244006..b9d9e6a36 100644 --- a/src/components/ControlledSwitch.tsx +++ b/src/components/ControlledSwitch.tsx @@ -6,7 +6,7 @@ import React from "react"; const styles = (theme: Theme) => createStyles({ label: { - marginLeft: theme.spacing.unit * 2 + marginLeft: theme.spacing.unit * 3.5 }, labelText: { fontSize: 14