Merge pull request #6392 from home-assistant/fix-gauge-text-color

Fix text color in gauge
This commit is contained in:
Bram Kragten 2020-07-15 15:21:19 +02:00 committed by GitHub
commit 1b4a10fac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ class HuiGaugeCard extends LitElement implements LovelaceCard {
stroke-width: 15;
}
.value-text {
fill: #000;
fill: var(--primary-text-color);
font-size: var(--gauge-value-font-size, 1.1em);
transform: translate(0, -5px);
font-family: inherit;