optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
477 stars 83 forks source link

Fix the bug of components in dark mode in production build #889

Closed porink0424 closed 1 month ago

porink0424 commented 1 month ago

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

Reference Issues/PRs

Related to #880

What does this implement/fix? Explain your changes.

Due to a duplicate installation of the @mui -related package, theme.palatte.mode was not shared between the application side and the tslib/react side, and the display in dark mode was broken. This PR resolved this problem.