mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 22:17:48 +00:00
Merge pull request #6392 from home-assistant/fix-gauge-text-color
Fix text color in gauge
This commit is contained in:
commit
1b4a10fac1
@ -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