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
|
@ -252,7 +252,7 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: #fff;
|
color: var(--primary-text-color);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
.react-toggle {
|
.react-toggle {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
&-track {
|
|
||||||
background-color: var(--foreground-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
&-track-check,
|
&-track-check,
|
||||||
&-track-x {
|
&-track-x {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue