change(ui) - note tag in user actions

This commit is contained in:
Shekar Siri 2022-11-03 10:30:46 +01:00
parent da55fa5f0d
commit c62da54be8

View file

@ -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}
</div>