Skip to content

Commit cb451a1

Browse files
committed
wip
1 parent 224c1e6 commit cb451a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/src/components/Courses/CourseExperimental.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ export const CourseExperimental: FC<ICourseExperimentalProps> = (props) => {
576576
}}>
577577
<Stack direction={"column"} alignItems={"center"}>
578578
{x.groupId && <GroupIcon fontSize={"small"}
579-
color={x.isDeferred ? "disabled" : x.tags!.includes(TestTag) ? "primary" : "action"}/>}
579+
color={x.isDeferred ? "disabled" : x.tags!.includes(TestTag) ? "primary" : "inherit"}/>}
580580
<Typography variant="h6" style={{fontSize: 18}} align={"center"}
581581
color={x.isDeferred
582582
? "textSecondary"

0 commit comments

Comments
 (0)