From c62da54be8192b4653d7699b231cc9ff7b4c6ceb Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 3 Nov 2022 10:30:46 +0100 Subject: [PATCH] change(ui) - note tag in user actions --- frontend/app/components/Session_/EventsBlock/NoteEvent.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx b/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx index 5544fa7cb..08e5631a9 100644 --- a/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx +++ b/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx @@ -114,11 +114,9 @@ function NoteEvent(props: Props) { // @ts-ignore background: tagProps[props.note.tag], userSelect: 'none', - width: 50, - textAlign: 'center', - fontSize: 11, + padding: '1px 6px', }} - className="rounded-full px-2 py-1 text-white text-sm" + className="rounded-full text-white text-xs select-none w-fit" > {props.note.tag}