Closed gregorsart closed 10 months ago
Last PR for the app maybe 💯
If someone has an idea on how to change the color of the ImageTextModule depending on two things:
ImageTextModule
And last but not least we "invented" a working solution for the CreateGlobalStyles and implemented it in app.js in line 23
CreateGlobalStyles
line 23
{themeMode === "light" ? <GlobalStyle /> : <DarkModeStyles />}
We are not sure if this is best practice (but it works)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Last PR for the app maybe 💯
If someone has an idea on how to change the color of the
ImageTextModule
depending on two things:And last but not least we "invented" a working solution for the
CreateGlobalStyles
and implemented it in app.js inline 23
{themeMode === "light" ? <GlobalStyle /> : <DarkModeStyles />}
We are not sure if this is best practice (but it works)