From 5db783d67b17674716d4bc3afc322d8e8c29cc57 Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Wed, 14 May 2025 09:52:44 +0200 Subject: [PATCH] improve suggestions contrast --- src/lib/components/chat/Suggestions.svelte | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/lib/components/chat/Suggestions.svelte b/src/lib/components/chat/Suggestions.svelte index 5cf7567da..14d930401 100644 --- a/src/lib/components/chat/Suggestions.svelte +++ b/src/lib/components/chat/Suggestions.svelte @@ -64,7 +64,7 @@ } -
+
{#if filteredPrompts.length > 0} {$i18n.t('Suggested')} @@ -74,7 +74,7 @@
{$WEBUI_NAME} ‧ v{WEBUI_VERSION}
@@ -98,7 +98,7 @@ > {prompt.title[0]}
-
+
{prompt.title[1]}
{:else} @@ -107,7 +107,9 @@ > {prompt.content}
-
{$i18n.t('Prompt')}
+
+ {$i18n.t('Prompt')} +
{/if}