From 190e59660b31a2569f548e4f31d27c2c3af7cc01 Mon Sep 17 00:00:00 2001 From: kanta1207 Date: Fri, 17 Nov 2023 16:43:21 -0800 Subject: [PATCH] fix : profile icon color on select --- src/components/ui/icons/links/ProfileIconLink.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ui/icons/links/ProfileIconLink.tsx b/src/components/ui/icons/links/ProfileIconLink.tsx index 85ad7b05..53160564 100644 --- a/src/components/ui/icons/links/ProfileIconLink.tsx +++ b/src/components/ui/icons/links/ProfileIconLink.tsx @@ -23,7 +23,10 @@ const ProfileIconLink: React.FC = ({ isSelected, className }) => { width="24" height="24" viewBox="0 0 48 48" - className={cn(isSelected ? 'fill-primary' : 'fill-secondary', className)} + className={cn( + isSelected ? 'fill-primary stroke-primary' : 'fill-secondary stroke-secondary', + className, + )} >