fix ui by review

This commit is contained in:
moririn2528
2023-09-12 14:48:48 +09:00
parent ed054fb9ae
commit bc4a76ea1f
@@ -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) => (