We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224c1e6 commit cb451a1Copy full SHA for cb451a1
1 file changed
hwproj.front/src/components/Courses/CourseExperimental.tsx
@@ -576,7 +576,7 @@ export const CourseExperimental: FC<ICourseExperimentalProps> = (props) => {
576
}}>
577
<Stack direction={"column"} alignItems={"center"}>
578
{x.groupId && <GroupIcon fontSize={"small"}
579
- color={x.isDeferred ? "disabled" : x.tags!.includes(TestTag) ? "primary" : "action"}/>}
+ color={x.isDeferred ? "disabled" : x.tags!.includes(TestTag) ? "primary" : "inherit"}/>}
580
<Typography variant="h6" style={{fontSize: 18}} align={"center"}
581
color={x.isDeferred
582
? "textSecondary"
0 commit comments