Skip to content

Commit 2be89b4

Browse files
committed
chore: init
1 parent 6d03743 commit 2be89b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/content/Alert.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function alertClick() {
4848
</UiAlertTitle>
4949
<UiAlertDescription>
5050
<div class="flex flex-row space-x-2">
51-
<SmartIcon v-if="icon && !title" :name="icon" :size="16" class="mb-[2px] min-w-5 self-center" />
51+
<SmartIcon v-if="icon && !title" :name="icon" :size="16" class="self-center mb-[2px] min-w-5" />
5252
<span :class="[to && 'pr-3']">
5353
<slot />
5454
</span>

0 commit comments

Comments
 (0)