From d10cbb8f42d022c05f8c4d89f3d3b1a8456c615f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 9 Jan 2025 00:19:59 +0000 Subject: Fix avatar shape in Account switch menu (#7388) --- src/components/AccountList.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/components/AccountList.tsx') diff --git a/src/components/AccountList.tsx b/src/components/AccountList.tsx index fe0daed50..0555dd411 100644 --- a/src/components/AccountList.tsx +++ b/src/components/AccountList.tsx @@ -131,7 +131,11 @@ function AccountItem({ (hovered || pressed || isPendingAccount) && t.atoms.bg_contrast_25, ]}> - + -- cgit 1.4.1