diff --git a/src/components/switch/switch.scss b/src/components/switch/switch.scss index 8c5fc1f2de2..663da7eaca8 100644 --- a/src/components/switch/switch.scss +++ b/src/components/switch/switch.scss @@ -8,6 +8,12 @@ md-switch { display: flex; align-items: center; + margin: 15px; + white-space: nowrap; + cursor: pointer; + outline: none; + user-select: none; + .md-container { cursor: grab; width: $switch-width; @@ -27,7 +33,7 @@ md-switch { .md-label { border-color: transparent; - border-width: 1px; + border-width: 0px; } .md-bar {