docs: correct location of initialColorModeName: 'light'#1922
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/systemui/theme-ui/2g6TU98MaEDXXFTLatrhoC8UH2sz |
|
Does this work for you? 👀 I mean... it should work if you put in the https://theme-ui.com/theming#configuration-flags If it's inside of |
hasparus
left a comment
There was a problem hiding this comment.
If putting it inside .config doesn't work in your app, could you post a bug report with some more details?
|
Ah, I'm sorry. I misread the warning I was getting from eslint. Fixed! |
hasparus
left a comment
There was a problem hiding this comment.
Thanks for your contribution!
|
🚀 PR was released in |
It seems as though
initialColorModeName: 'light'should no longer be stored in the root theme object but in the colors object instead. Here I moved it in the documentation to reflect that change.