From e12570e5fdd4825b5ecd4b1d001de8d311a9493e Mon Sep 17 00:00:00 2001 From: James Kerr Date: Fri, 15 Mar 2024 07:52:06 -0700 Subject: [PATCH] Ensure the input bg colors match the scheme. --- apps/zui/src/app/features/sidebar/item.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/zui/src/app/features/sidebar/item.tsx b/apps/zui/src/app/features/sidebar/item.tsx index 95723f837f..2959d6057e 100644 --- a/apps/zui/src/app/features/sidebar/item.tsx +++ b/apps/zui/src/app/features/sidebar/item.tsx @@ -100,6 +100,7 @@ const Input = styled.input` outline: none; flex: 1; min-width: 0; + background-color: var(--form-bg-color); ` const ItemIconBG = styled.div<{isFolder: boolean}>`