From 04bf4952a799b9d1b296aea379a550700fb783c3 Mon Sep 17 00:00:00 2001 From: Luca Burgio Date: Tue, 20 Feb 2024 11:39:50 +0100 Subject: [PATCH] fix: increased readability --- iconoir.com/components/Icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iconoir.com/components/Icon.tsx b/iconoir.com/components/Icon.tsx index 93ce92f6..38e2fe07 100644 --- a/iconoir.com/components/Icon.tsx +++ b/iconoir.com/components/Icon.tsx @@ -223,7 +223,7 @@ const Subtitle = styled.div<{ $iconWidth: number }>` font-size: 11px; font-weight: 500; line-height: 14.74px; - color: var(--black-40); + color: var(--black-60); text-align: center; white-space: nowrap; overflow: hidden;