From 801e24ec6612477eef3375c302d1ae891032aa64 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 21 Jul 2022 18:09:12 +0200 Subject: [PATCH] feat(ui) - session list - tag font weight --- .../SessionListContainer/components/SessionTags/SessionTags.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/shared/SessionListContainer/components/SessionTags/SessionTags.tsx b/frontend/app/components/shared/SessionListContainer/components/SessionTags/SessionTags.tsx index 67c1e5e83..1c8f5c926 100644 --- a/frontend/app/components/shared/SessionListContainer/components/SessionTags/SessionTags.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/SessionTags/SessionTags.tsx @@ -59,7 +59,7 @@ function TagItem({ isActive, onClick, label, icon = '', disabled = false }: any) })} > {icon && } - {label} + {label} );