this repo has no description

select none notif

handle.invalid ea085b7b 53155e29

verified
+1 -1
+1 -1
src/components/notification.tsx
··· 30 30 <For each={notifications()}> 31 31 {(notification) => ( 32 32 <div 33 - class="dark:bg-dark-300 dark:shadow-dark-700 pointer-events-auto flex min-w-64 flex-col gap-2 rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 p-3 shadow-md dark:border-neutral-700" 33 + class="dark:bg-dark-300 dark:shadow-dark-700 pointer-events-auto flex min-w-64 flex-col gap-2 rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 p-3 shadow-md select-none dark:border-neutral-700" 34 34 classList={{ 35 35 "border-blue-500 dark:border-blue-400": notification.type === "info", 36 36 "border-green-500 dark:border-green-400": notification.type === "success",