mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
style tweaks
This commit is contained in:
parent
72943af46a
commit
88e1e83800
@ -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} />);
|
||||
|
Loading…
Reference in New Issue
Block a user