Skip to content

Commit

Permalink
fix: ProfileExplorer leaf nodes use inconsistent text color
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 11, 2022
1 parent 1e66ac4 commit 1b7e9ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
)
}

private readonly leafStyle = { color: "var(--color-base04)" }
private readonly leafStyle = {}
private leafFor(value: string) {
return <span style={this.leafStyle}>{value}</span>
}
Expand Down

0 comments on commit 1b7e9ee

Please sign in to comment.