From b81af1b3daa90c7c6b02ad65af138759f3a5de99 Mon Sep 17 00:00:00 2001 From: Marco Bonomo Date: Mon, 29 Jan 2024 17:30:43 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20fix(mentionList.tsx):=20upda?= =?UTF-8?q?te=20opacity=20value=20from=200.08=20to=200.2=20for=20better=20?= =?UTF-8?q?visibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stories/chat/parts/mentionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/chat/parts/mentionList.tsx b/src/stories/chat/parts/mentionList.tsx index c01ab2d8..994f50dc 100644 --- a/src/stories/chat/parts/mentionList.tsx +++ b/src/stories/chat/parts/mentionList.tsx @@ -48,7 +48,7 @@ const Item = styled(Button) ` theme.colors.primaryHue, 600, undefined, - 0.08 + 0.2 )}; `} `; From d1322eae613a237a15c238473828922a676b8b29 Mon Sep 17 00:00:00 2001 From: Marco Bonomo Date: Mon, 29 Jan 2024 17:33:36 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20style(mentionList.tsx):=20ch?= =?UTF-8?q?ange=20text=20color=20of=20mention=20item=20name=20to=20grey[80?= =?UTF-8?q?0]=20from=20black?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stories/chat/parts/mentionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/chat/parts/mentionList.tsx b/src/stories/chat/parts/mentionList.tsx index 994f50dc..860aff8f 100644 --- a/src/stories/chat/parts/mentionList.tsx +++ b/src/stories/chat/parts/mentionList.tsx @@ -142,7 +142,7 @@ export const MentionList = forwardRef( key={index} onClick={() => selectItem(index)} > - + {item.name}