From 0bc1dcbe1ba1f03c6c2af990bdbf784ca25a8c11 Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 17 Feb 2026 17:52:29 +0000 Subject: [PATCH] tweak(ui): update icon transparency --- packages/ui/src/components/icon.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index 63242f318..d131770db 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -31,7 +31,7 @@ const icons = { enter: ``, folder: ``, "file-tree": ``, - "file-tree-active": ``, + "file-tree-active": ``, "magnifying-glass": ``, "plus-small": ``, plus: ``, @@ -44,10 +44,10 @@ const icons = { task: ``, stop: ``, "layout-left": ``, - "layout-left-partial": ``, + "layout-left-partial": ``, "layout-left-full": ``, "layout-right": ``, - "layout-right-partial": ``, + "layout-right-partial": ``, "layout-right-full": ``, "square-arrow-top-right": ``, "speech-bubble": ``, @@ -56,7 +56,7 @@ const icons = { github: ``, discord: ``, "layout-bottom": ``, - "layout-bottom-partial": ``, + "layout-bottom-partial": ``, "layout-bottom-full": ``, "dot-grid": ``, "circle-check": ``,