Clean up styles (#3305)

This commit is contained in:
Thomas Kaul
2024-04-20 12:15:21 +02:00
committed by GitHub
parent 458ee159e1
commit 47fd029e0c

View File

@@ -1,10 +1,3 @@
:host {
display: block;
}
:host-context(.is-dark-theme) {
input {
color: rgb(var(--light-primary-text));
background-color: rgb(var(--palette-foreground-text-light));
}
}