|
@@ -81,7 +81,7 @@ export class BarGauge extends PureComponent<Props> {
|
|
|
.toRgbString();
|
|
.toRgbString();
|
|
|
} else {
|
|
} else {
|
|
|
return tinycolor(color)
|
|
return tinycolor(color)
|
|
|
- .setAlpha(0.65)
|
|
|
|
|
|
|
+ .setAlpha(0.7)
|
|
|
.toRgbString();
|
|
.toRgbString();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -197,6 +197,7 @@ export class BarGauge extends PureComponent<Props> {
|
|
|
backgroundColor: cellColor,
|
|
backgroundColor: cellColor,
|
|
|
marginRight: '4px',
|
|
marginRight: '4px',
|
|
|
height: `${height}px`,
|
|
height: `${height}px`,
|
|
|
|
|
+ borderRadius: '2px',
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
cells.push(<div style={cellStyles} />);
|
|
cells.push(<div style={cellStyles} />);
|