From 5cb6e9b0b4f48a6afdf47ca4d8909059f8d8cc10 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 23 Mar 2024 18:07:42 -0700 Subject: [PATCH] refac: styling --- src/lib/components/layout/Sidebar.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/components/layout/Sidebar.svelte b/src/lib/components/layout/Sidebar.svelte index 83791966..562deebc 100644 --- a/src/lib/components/layout/Sidebar.svelte +++ b/src/lib/components/layout/Sidebar.svelte @@ -176,7 +176,7 @@ xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" - stroke-width="1.5" + stroke-width="2" stroke="currentColor" class="w-4 h-4" > @@ -208,7 +208,7 @@ xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" - stroke-width="1.5" + stroke-width="2" stroke="currentColor" class="w-4 h-4" > @@ -240,7 +240,7 @@ xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" - stroke-width="1.5" + stroke-width="2" stroke="currentColor" class="w-4 h-4" > @@ -261,7 +261,7 @@
{#if !($settings.saveChatHistory ?? true)} -
+
{$i18n.t('Chat History is off for this browser.')}