style(ModelInfoPanel): improve source link styling with Civitai logo

Amp-Thread-ID: https://ampcode.com/threads/T-019bc49a-df5a-7708-8fc2-da5cb1c686d1
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Alexander Brown
2026-01-15 18:27:16 -08:00
parent f7c73797b1
commit 19f18ed151
2 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="flex flex-col gap-1 px-4 py-2">
<span class="text-xs text-muted-foreground">{{ label }}</span>
<div class="flex flex-col gap-1 px-4 py-2 text-sm text-muted-foreground">
<span>{{ label }}</span>
<slot />
</div>
</template>