|
@@ -50,7 +50,7 @@
|
|
|
>
|
|
|
<button
|
|
|
id="sidebar-toggle-button"
|
|
|
- class="cursor-pointer px-2 py-2 flex rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
|
|
|
+ class="cursor-pointer px-2 py-2 flex rounded-xl hover:bg-gray-50 dark:hover:bg-gray-850 transition"
|
|
|
on:click={() => {
|
|
|
showSidebar.set(!$showSidebar);
|
|
|
}}
|
|
@@ -82,7 +82,7 @@
|
|
|
}}
|
|
|
>
|
|
|
<button
|
|
|
- class="hidden md:flex cursor-pointer px-2 py-2 rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
|
|
|
+ class="hidden md:flex cursor-pointer px-2 py-2 rounded-xl hover:bg-gray-50 dark:hover:bg-gray-850 transition"
|
|
|
id="chat-context-menu-button"
|
|
|
>
|
|
|
<div class=" m-auto self-center">
|
|
@@ -107,7 +107,7 @@
|
|
|
|
|
|
<Tooltip content={$i18n.t('Controls')}>
|
|
|
<button
|
|
|
- class=" flex cursor-pointer px-2 py-2 rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
|
|
|
+ class=" flex cursor-pointer px-2 py-2 rounded-xl hover:bg-gray-50 dark:hover:bg-gray-850 transition"
|
|
|
on:click={() => {
|
|
|
showControls = !showControls;
|
|
|
}}
|
|
@@ -123,7 +123,7 @@
|
|
|
id="new-chat-button"
|
|
|
class=" flex {$showSidebar
|
|
|
? 'md:hidden'
|
|
|
- : ''} cursor-pointer px-2 py-2 rounded-xl text-gray-600 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-850 transition"
|
|
|
+ : ''} cursor-pointer px-2 py-2 rounded-xl text-gray-600 dark:text-gray-400 hover:bg-gray-50 dark:hover:bg-gray-850 transition"
|
|
|
on:click={() => {
|
|
|
initNewChat();
|
|
|
}}
|
|
@@ -157,7 +157,7 @@
|
|
|
}}
|
|
|
>
|
|
|
<button
|
|
|
- class="select-none flex rounded-xl p-1.5 w-full hover:bg-gray-100 dark:hover:bg-gray-850 transition"
|
|
|
+ class="select-none flex rounded-xl p-1.5 w-full hover:bg-gray-50 dark:hover:bg-gray-850 transition"
|
|
|
aria-label="User Menu"
|
|
|
>
|
|
|
<div class=" self-center">
|