mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-11 20:18:30 +08:00
Merge pull request #77 from AAEE86/ui
style(ui): improve text visibility in dark mode for model badges
This commit is contained in:
@@ -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)"
|
||||||
>
|
>
|
||||||
×
|
×
|
||||||
|
|||||||
Reference in New Issue
Block a user