refac: styling

This commit is contained in:
Timothy J. Baek
2024-07-08 18:31:58 -07:00
parent b8d153ebb2
commit 9cea5f75bb
5 changed files with 21 additions and 24 deletions

View File

@@ -107,7 +107,6 @@
<Tooltip content={$i18n.t('Controls')}>
<button
id="new-chat-button"
class=" flex cursor-pointer px-2 py-2 rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
on:click={() => {
showControls = !showControls;