fix(05-02): alert alignment via #title slot, dark-only code theme, simplify ProseImg

This commit is contained in:
2026-04-21 15:20:14 +02:00
parent b5c3250a4e
commit e1c91e583f
3 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const colorMap = {
variant="soft"
class="my-4"
>
<template #description>
<template #title>
<slot />
</template>
</UAlert>
+1 -1
View File
@@ -18,7 +18,7 @@ const props = withDefaults(defineProps<Props>(), {
:title="props.title"
:width="props.width"
:height="props.height"
format="webp"
class="rounded-lg w-full"
sizes="sm:600px md:800px lg:1000px"
/>
</template>