Skip to content

Commit 548caa5

Browse files
committed
fix: ProfileExplorer chip text may have low contrast
1 parent d4d39d6 commit 548caa5

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
@@ -425,7 +425,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
425425
<ChipGroup numChips={10}>
426426
{Object.entries(form).map(([title, name]) => (
427427
<Chip key={title} isReadOnly textMaxWidth="25ch">
428-
<span className="slightly-deemphasize">
428+
<span>
429429
{title
430430
.replace(/^Number of /, "")
431431
.replace(/(GPU|CPU)s/, "$1")

0 commit comments

Comments
 (0)