Fix controlled switch margin
This commit is contained in:
parent
4af5f080d9
commit
6647162b75
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import React from "react";
|
||||||
const styles = (theme: Theme) =>
|
const styles = (theme: Theme) =>
|
||||||
createStyles({
|
createStyles({
|
||||||
label: {
|
label: {
|
||||||
marginLeft: theme.spacing.unit * 2
|
marginLeft: theme.spacing.unit * 3.5
|
||||||
},
|
},
|
||||||
labelText: {
|
labelText: {
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
|
|
Loading…
Reference in a new issue