web/flows: update background for new release

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-08 15:57:42 +02:00
parent 34a9a6a389
commit 1e303b515b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 252 KiB

View File

@ -71,7 +71,7 @@ export abstract class AKChart<T> extends LitElement {
const height = chart.height || 0;
const fontSize = (height / 114).toFixed(2);
chart.ctx.font = fontSize + "em RedHatText, Overpass, overpass, helvetica, arial, sans-serif";
chart.ctx.font = fontSize + "em Overpass, overpass, helvetica, arial, sans-serif";
chart.ctx.textBaseline = "middle";
chart.ctx.fillStyle = this.fontColour;