Skip to content

Commit 1b7e9ee

Browse files
committed
fix: ProfileExplorer leaf nodes use inconsistent text color
1 parent 1e66ac4 commit 1b7e9ee

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
@@ -439,7 +439,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
439439
)
440440
}
441441

442-
private readonly leafStyle = { color: "var(--color-base04)" }
442+
private readonly leafStyle = {}
443443
private leafFor(value: string) {
444444
return <span style={this.leafStyle}>{value}</span>
445445
}

0 commit comments

Comments
 (0)