Make all icons in inputs subdued by default (#470)

This commit is contained in:
Rijk van Zanten
2020-04-24 13:09:32 -04:00
committed by GitHub
parent a7e938ae8d
commit bc0fbaa897

View File

@@ -161,6 +161,7 @@ export default defineComponent({
.v-input {
--arrow-color: var(--border-normal);
--v-input-font-family: var(--family-sans-serif);
--v-icon-color: var(--foreground-subdued);
display: flex;
align-items: center;