Timothy Jaeryang Baek 4 miesięcy temu
rodzic
commit
8535974ea3
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/lib/components/NotificationToast.svelte

+ 3 - 3
src/lib/components/NotificationToast.svelte

@@ -12,14 +12,14 @@
 </script>
 
 <button
-	class="flex gap-3 text-left w-[var(--width)] dark:bg-gray-850 dark:text-white bg-white text-black border border-gray-50 dark:border-gray-800 rounded-xl px-3 py-4"
+	class="flex gap-2.5 text-left w-[var(--width)] dark:bg-gray-850 dark:text-white bg-white text-black border border-gray-50 dark:border-gray-800 rounded-xl px-3.5 py-3.5"
 	on:click={() => {
 		onClick();
 		dispatch('closeToast');
 	}}
 >
-	<div class="flex-shrink-0 self-top -translate-y-1">
-		<img src={'/static/favicon.png'} alt="favicon" class="size-8 rounded-full" />
+	<div class="flex-shrink-0 self-top -translate-y-0.5">
+		<img src={'/static/favicon.png'} alt="favicon" class="size-7 rounded-full" />
 	</div>
 
 	<div>