Skip to content

Commit 170c11e

Browse files
committed
Smooth things out
1 parent a4945bd commit 170c11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/ui/Listing/Presets.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function deletePreset() {
185185
<template v-if="handle === activePreset">
186186
<Dropdown class="w-48!">
187187
<template #trigger>
188-
<Button class="absolute! top-0.25 -right-4" variant="ghost" size="xs" icon="chevron-down" />
188+
<Button class="absolute! top-0.25 -right-4 starting-style-transition starting-style-transition--slow" variant="ghost" size="xs" icon="chevron-down" />
189189
</template>
190190
<DropdownMenu>
191191
<DropdownItem :text="__('Duplicate')" icon="duplicate" @click="createPreset" />

0 commit comments

Comments
 (0)