refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-12-01 00:42:14 -08:00
parent 39c2f70778
commit 19bcda2362

View File

@ -33,7 +33,9 @@
{/if}
<button
class="relative group p-1.5 {className} flex items-center gap-1 {colorClassName} rounded-xl text-left"
class="relative group p-1.5 {className} flex items-center gap-1 {colorClassName} {small
? 'rounded-xl'
: 'rounded-2xl'} text-left"
type="button"
on:click={async () => {
if (item?.file?.data?.content) {