Removing the darktheme css file from _app.tsx. Loading 2 css files there will not work. Effectively the light theme css was only applied. To leverage the proper usage of darktheme.css we should find a solution to either load dark of light theme css file.
626
Removing the darktheme css file from _app.tsx. Loading 2 css files there will not work. Effectively the light theme css was only applied. To leverage the proper usage of darktheme.css we should find a solution to either load dark of light theme css file.
Ticket for the css solution: https://github.com/workfloworchestrator/orchestrator-ui-library/issues/1102