From ea676907b21966597021dd45621701f478e19be9 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sun, 30 Apr 2023 08:56:09 +0100 Subject: [PATCH] fixed border of status badge (#8568) --- packages/features/shell/Shell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 05291bf11a..5624d44663 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -299,10 +299,10 @@ function UserDropdown({ small }: { small?: boolean }) { /> } {!user.away && ( -
+
)} {user.away && ( -
+
)} {!small && (