fix(buttons): update toggle buttons feedback color (#35346)

This commit is contained in:
mrugesh mohapatra
2019-02-22 18:04:16 +05:30
committed by Ahmad Abdolsaheb
parent 675d6a76e4
commit a2536c864f
2 changed files with 5 additions and 5 deletions

View File

@@ -12,12 +12,12 @@
}
.toggle-not-active {
background-color: #dedede;
background-color: #ffffff;
color: rgb(0, 49, 0);
}
.night .toggle-not-active {
background-color: #999;
background-color: #dedede;
color: #333;
}