mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +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;
|
||||
}
|
||||
.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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user