fix background artifacts on values on shadow

This commit is contained in:
Colin Megill
2018-03-02 09:57:11 -08:00
parent a698e6168a
commit 15869b9efe
+1 -1
View File
@@ -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"