From e8b3227dcf53d7f134a31189bd42d5a116c8f3ae Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 18 Mar 2026 21:23:41 +0100 Subject: [PATCH] fix: use design system skeleton colors for favicon loading Match the platform skeleton pattern (bg-neutral-100 dark:bg-neutral-800) instead of the mismatched bg-neutral-200/700. --- components/dashboard/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index 229df36..ce2f135 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -132,7 +132,7 @@ function SitePicker({ sites, siteId, collapsed, onExpand, onCollapse, wasCollaps {faviconUrl && !faviconFailed ? ( <> - {!faviconLoaded && } + {!faviconLoaded && }