From f6847422587c55403524175e4a6e125ee6364815 Mon Sep 17 00:00:00 2001 From: Hassan Ait Nacer <108420918+hassanaitnacer@users.noreply.github.com> Date: Sun, 10 Aug 2025 18:26:20 +0100 Subject: [PATCH] Fix alpha transparent background for other colors --- components/Scale.tsx | 49 +++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 28 deletions(-) diff --git a/components/Scale.tsx b/components/Scale.tsx index 965787dd..a9f8e526 100644 --- a/components/Scale.tsx +++ b/components/Scale.tsx @@ -129,7 +129,6 @@ export const ColorScale = ({ const isAlpha = name.endsWith("A"); const isDarkAlpha = name.endsWith("DarkA"); const isWhiteA = name.endsWith("whiteA"); - const isBlackA = name.endsWith("blackA"); return (