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