fix(nc-gui): some review changes

This commit is contained in:
Ramesh Mane
2025-05-17 06:32:00 +00:00
parent 34a8af411c
commit e5e15e515c
4 changed files with 11 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ const { commandPalette } = useCommandPalette()
<a-input
v-model:value="baseHomeSearchQuery"
type="text"
class="nc-input-border-on-value nc-input-shadow !h-8 !px-2.5 !py-1 !rounded-lg"
class="nc-input-border-on-value nc-input-shadow !h-8 !pl-2.5 !pr-2 !py-1 !rounded-lg"
placeholder="Quick search..."
allow-clear
@keydown.stop