refac: styling

This commit is contained in:
Timothy J. Baek
2024-04-30 15:18:58 -07:00
parent 595ebd11ac
commit 3043e43418
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
{#each prompts as prompt, promptIdx}
<div class="shrink-0">
<button
class="flex flex-1 shrink-0 w-64 justify-between h-full px-5 py-3 bg-gray-50 hover:bg-gray-100 dark:bg-gray-850 dark:hover:bg-gray-800 rounded-3xl transition group"
class="flex flex-1 shrink-0 w-64 justify-between h-full px-5 py-3 bg-gray-50 hover:bg-gray-100 dark:bg-gray-850 dark:hover:bg-gray-800 rounded-2xl transition group"
on:click={() => {
submitPrompt(prompt.content);
}}