This commit is contained in:
taskylizard 2023-11-03 15:46:28 +05:30
parent 345f3243ca
commit df59e78aa1
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ defineProps<{
<div class="flex items-center mb-[8px] g-[12px]">
<span class="flex items-center">
<div class="text-2xl" :class="icon" />
<div class="ml-2 text-[var(--vp-c-text-2)]">
<div class="ml-2 text-sm text-[var(--vp-c-text-2)]">
<slot />
</div>
</span>