Fix date picker text color (#7776)

This commit is contained in:
Thomas Lovén
2021-01-16 20:48:18 +01:00
committed by GitHub
parent 45200da32f
commit 16e7a16d12

View File

@@ -11,6 +11,7 @@ documentContainer.innerHTML = `
[part="input-field"] {
top: 2px;
height: 30px;
color: var(--primary-text-color);
}
[part="value"] {
text-align: center;