Skip to content

Commit cf0a55c

Browse files
committed
fix: ProfileExplorer chips blue->purple
1 parent b6051d1 commit cf0a55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
422422
.replace(/Maximum/, "Max")
423423
.replace(/Memory/, "Mem")}
424424
</span>{" "}
425-
<span className="semi-bold color-base0D">{name}</span>
425+
<span className="semi-bold color-base0F">{name}</span>
426426
</Chip>
427427
))}
428428
</ChipGroup>

0 commit comments

Comments
 (0)