Merge pull request #77 from AAEE86/ui

style(ui): improve text visibility in dark mode for model badges
This commit is contained in:
fawney19
2026-01-08 10:52:54 +08:00
committed by GitHub

View File

@@ -32,11 +32,11 @@
v-for="modelName in selectedModels" v-for="modelName in selectedModels"
:key="modelName" :key="modelName"
variant="secondary" variant="secondary"
class="text-[11px] px-2 py-0.5 bg-background border-border/60 shadow-sm" class="text-[11px] px-2 py-0.5 bg-background border-border/60 shadow-sm text-foreground dark:text-white"
> >
{{ getModelLabel(modelName) }} {{ getModelLabel(modelName) }}
<button <button
class="ml-0.5 hover:text-destructive focus:outline-none" class="ml-0.5 hover:text-destructive focus:outline-none text-foreground dark:text-white"
@click.stop="toggleModel(modelName, false)" @click.stop="toggleModel(modelName, false)"
> >
&times; &times;