mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
fix ui by review
This commit is contained in:
@@ -204,6 +204,7 @@ const ChoiceTrials: FC<{
|
||||
flexDirection: "row",
|
||||
flexWrap: "wrap",
|
||||
filter: choice.isRemoved ? "brightness(0.4)" : undefined,
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
}}
|
||||
>
|
||||
{choice.candidates.map((trial_num, index) => (
|
||||
|
||||
Reference in New Issue
Block a user