Tile title font weight

Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
Romein van Buren 2022-07-11 15:09:37 +02:00
parent 61cb0c81f3
commit f3a0a4dc5b
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@
}
.desc .title {
font-weight: 200;
font-weight: 300;
}
.desc .subtitle {

View File

@ -9,6 +9,7 @@
{#each Object.entries(services) as [ id, service ] (id)}
<TileRawValue
title={service.name.en}
subtitle={service.cluster}
date={service.lastBeat.date ? new Date(service.lastBeat.date) : false}
{value}
{color}