Skip to content

Commit a17f327

Browse files
committed
fix: increase padding to fit updated buttons size in the list view
1 parent 3dd54ad commit a17f327

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom/QickFiltersSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="w-full text-sm"
44
:options="selectOptions"
55
v-model="selected"
6-
classesForInput="py-[4px] !text-sm bg-white rounded"
6+
classesForInput="py-[6px] !text-sm bg-white rounded"
77
teleportToBody
88
></Select>
99
</template>

custom/UniversalSearchInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
v-model="localValue"
77
type="text"
88
:placeholder="props.meta?.placeholder ?? ''"
9-
class="w-full border rounded text-sm dark:bg-gray-800 border-gray-300 dark:border-gray-600 dark:text-white px-2 py-1 pr-6"
9+
class="w-full border rounded text-sm dark:bg-gray-800 border-gray-300 dark:border-gray-600 dark:text-white px-2 py-1.5 pr-6"
1010
@keyup.enter="applyImmediate"
1111
>
1212
<p

0 commit comments

Comments
 (0)