workfloworchestrator / example-orchestrator-ui

Example orchestrator UI based on the orchestrator-ui-library
2 stars 0 forks source link

626 Removes unused darktheme css file. #31

Closed ricardovdheijden closed 5 months ago

ricardovdheijden commented 5 months ago

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