Skip to content

Commit 9190d4b

Browse files
committed
refac
1 parent 6fdd19b commit 9190d4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/components/automations/ScheduleDropdown.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@
193193
slot="content"
194194
class="rounded-2xl shadow-lg border border-gray-200 dark:border-gray-800 flex flex-col bg-white dark:bg-gray-850 w-48 p-1"
195195
>
196-
<div class="px-2 text-xs text-gray-500 py-1">
196+
<div class="px-2 text-xs text-gray-500 pt-1">
197197
{$i18n.t('Schedule')}
198198
</div>
199199

200-
<div class="px-1.5 mt-0.5 mb-2">
200+
<div class="px-1.5 py-0.5">
201201
<select
202202
class="w-full bg-transparent rounded-xl text-xs py-1.5 px-1.5 outline-hidden"
203203
bind:value={frequency}

0 commit comments

Comments
 (0)