mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
Fix date picker text color (#7776)
This commit is contained in:
parent
45200da32f
commit
16e7a16d12
@ -11,6 +11,7 @@ documentContainer.innerHTML = `
|
|||||||
[part="input-field"] {
|
[part="input-field"] {
|
||||||
top: 2px;
|
top: 2px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
[part="value"] {
|
[part="value"] {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user