fix: Make 'auto-search' toggle change color to indicate state (#6809)

This commit is contained in:
Patrick Lehner (he/him)
2026-01-25 05:21:53 +09:00
committed by GitHub
parent e1b07a250b
commit ff5e65b323

View File

@@ -100,6 +100,7 @@
v-model="state.auto"
:label="$t('search.auto-search')"
single-line
color="primary"
/>
<v-btn
block