From 9a9ed311e16c95d5284b793252429d638ffd01b2 Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Thu, 1 Feb 2024 14:40:30 +0100 Subject: [PATCH] Fix DiamondIcon color --- src/icons/DiamondIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/DiamondIcon.tsx b/src/icons/DiamondIcon.tsx index 68f6a61..6fcfcde 100644 --- a/src/icons/DiamondIcon.tsx +++ b/src/icons/DiamondIcon.tsx @@ -20,7 +20,7 @@ export const DiamondIcon = /* @__PURE__ */ React.forwardRef< fillRule="evenodd" clipRule="evenodd" d="M8.414 1.586a2 2 0 00-2.828 0l-4 4a2 2 0 000 2.828l4 4a2 2 0 002.828 0l4-4a2 2 0 000-2.828l-4-4zm.707-.707a3 3 0 00-4.242 0l-4 4a3 3 0 000 4.242l4 4a3 3 0 004.242 0l4-4a3 3 0 000-4.242l-4-4z" - fill="#2E3438" + fill={color} />