#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 8f418dcb4b - Show all commits

View File

@ -196,6 +196,11 @@ async function search() {
transition: width 0.36s;
}
:deep(.q-field__native) {
padding-top: 10px;
padding-left: 5px;
}
:deep(.q-field--dark .q-field__native:focus) {
color: black;
}