Merge branch 'fix_theme_toggle_dark' into 'develop'
Fix theme toggle CSS on dark, fixes #393 Closes #393 See merge request soapbox-pub/soapbox-fe!205
This commit is contained in:
commit
8e200e7e12
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@
|
|||
.setting-toggle {
|
||||
margin-left: 10px;
|
||||
|
||||
.react-toggle-track {
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.react-toggle--checked {
|
||||
.react-toggle-track {
|
||||
background-color: var(--accent-color);
|
||||
|
|
Loading…
Reference in a new issue