your personal website on atproto - mirror blento.app

more styling fixes

Florian 3bcef3b9 733d60ae

+2 -2
+1 -1
src/lib/cards/ButtonCard/ButtonCard.svelte
··· 14 14 class={cn( 15 15 'text-base-950 dark:text-base-50 line-clamp-1 inline-flex items-center justify-center px-4 text-2xl font-semibold', 16 16 item.color === 'transparent' 17 - ? 'bg-accent-500 dark:text-base-950 rounded-2xl px-5 py-2.5 text-xl' 17 + ? 'bg-accent-400 dark:bg-accent-500 hover:bg-accent-400 dark:text-base-950 rounded-2xl px-5 py-2.5 text-xl transition-colors duration-100' 18 18 : '' 19 19 )} 20 20 >
+1 -1
src/lib/cards/ButtonCard/EditingButtonCard.svelte
··· 16 16 class={cn( 17 17 'line-clamp-1 text-center text-2xl font-semibold', 18 18 item.color === 'transparent' 19 - ? 'bg-accent-500 dark:text-base-950 rounded-2xl px-5 py-2.5 text-xl' 19 + ? 'bg-accent-400 dark:bg-accent-500 hover:bg-accent-400 dark:text-base-950 rounded-2xl px-5 py-2.5 text-xl transition-colors duration-100' 20 20 : '' 21 21 )} 22 22 />