0
0
Fork 0

fix: fixed style when clicking on icons

This commit is contained in:
Jon Elias 2025-02-24 10:44:28 +01:00
parent b611430d7a
commit 5645e03a2d
1 changed files with 3 additions and 2 deletions

View File

@ -204,8 +204,9 @@ async function search() {
}
:deep(.q-field--focused) {
.q-icon {
color: black;
.q-icon,
.q-placeholder {
color: var(--vn-black-text-color);
}
}