From b0a1902ca37e49eb515ae48871d48d11c0cbe8e8 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 5 Sep 2022 12:27:40 +0200 Subject: [PATCH] fixed dark mode avatar border (#4161) --- apps/web/components/booking/UserAvatars.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/booking/UserAvatars.tsx b/apps/web/components/booking/UserAvatars.tsx index 54467431a0..a20351343d 100644 --- a/apps/web/components/booking/UserAvatars.tsx +++ b/apps/web/components/booking/UserAvatars.tsx @@ -14,7 +14,7 @@ export const UserAvatars = ({ const showMembers = !users.find((user) => user.name === profile.name) && props.showMembers; return (