mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Fix text color in gauge
This commit is contained in:
parent
f8c5eeab5d
commit
d340f3b383
@ -256,7 +256,7 @@ class HuiGaugeCard extends LitElement implements LovelaceCard {
|
|||||||
stroke-width: 15;
|
stroke-width: 15;
|
||||||
}
|
}
|
||||||
.value-text {
|
.value-text {
|
||||||
fill: #000;
|
fill: var(--primary-text-color);
|
||||||
font-size: var(--gauge-value-font-size, 1.1em);
|
font-size: var(--gauge-value-font-size, 1.1em);
|
||||||
transform: translate(0, -5px);
|
transform: translate(0, -5px);
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user