You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have screen:background-color:darken($background,10) which works fine for the light theme but if I do screen&&dark:background-color:lighten($background,10) it does not generate the lighten color from the changed background variable instead is keeping the same value from the light theme.
Reproduction
.
Logs
No response
System Info
.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have
screen:background-color:darken($background,10)
which works fine for the light theme but if I doscreen&&dark:background-color:lighten($background,10)
it does not generate the lighten color from the changed background variable instead is keeping the same value from the light theme.Reproduction
.
Logs
No response
System Info
.
The text was updated successfully, but these errors were encountered: