mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 01:28:11 +08:00
fix background artifacts on values on shadow
This commit is contained in:
@@ -57,7 +57,7 @@ class CategoryValue extends React.Component {
|
||||
</p>
|
||||
<p style={{
|
||||
padding: "1px 10px",
|
||||
backgroundColor: c ? this.props.colorScale(this.props.value) : "white",
|
||||
backgroundColor: c ? this.props.colorScale(this.props.value) : "inherit",
|
||||
color: c ? "white" : "black",
|
||||
margin: 0,
|
||||
lineHeight: "1em"
|
||||
|
||||
Reference in New Issue
Block a user