-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mosaic theme is using the same color for both light and dark modes #640
Comments
Each property (e.g. I tried (see below) defining separate light and dark properties, and pass them to
with error
To debug change in theme, needs to run 4 dev processes
|
One example -
I tracked it down around here:
mosaic/packages/theme/src/color/navigable.css.ts
Lines 7 to 22 in 85e0749
Could also be around
mosaic/packages/theme/src/color/lightMode.ts
Lines 4 to 7 in 85e0749
mosaic/packages/theme/src/color/navigable.css.ts
Line 83 in 85e0749
The text was updated successfully, but these errors were encountered: