Commit 88e1e838 by Torkel Ödegaard

style tweaks

parent 72943af4
......@@ -81,7 +81,7 @@ export class BarGauge extends PureComponent<Props> {
.toRgbString();
} else {
return tinycolor(color)
.setAlpha(0.65)
.setAlpha(0.7)
.toRgbString();
}
}
......@@ -197,6 +197,7 @@ export class BarGauge extends PureComponent<Props> {
backgroundColor: cellColor,
marginRight: '4px',
height: `${height}px`,
borderRadius: '2px',
};
cells.push(<div style={cellStyles} />);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment