Merge branch 'theme-css-fixes' into 'develop'
Light theme css fixes See merge request soapbox-pub/soapbox-fe!202
This commit is contained in:
commit
e409a7bd38
2 changed files with 1 additions and 5 deletions
|
@ -252,7 +252,7 @@
|
|||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
color: #fff;
|
||||
color: var(--primary-text-color);
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
.react-toggle {
|
||||
vertical-align: middle;
|
||||
|
||||
&-track {
|
||||
background-color: var(--foreground-color);
|
||||
}
|
||||
|
||||
&-track-check,
|
||||
&-track-x {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue