Fix the value to be grey
Accidentally pushed up a commit that had it at white. This is now the correct middle grey.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
}
|
||||
|
||||
.mdl-switch__track {
|
||||
background: rgba(255,255,255, 0.2);
|
||||
background: rgba(128,128,128, 0.5);
|
||||
height: 1em;
|
||||
border-radius: 1em;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user