fix: connect button actived bell size

This commit is contained in:
DIYgod 2023-05-11 20:09:30 +01:00
parent 1367dd4cc3
commit 3ef7e90aeb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ export const ConnectButton: React.FC<{
) : (
<BellAlertIcon
className={`${
size === "base" ? "w-6 h-6" : "w-5 h-5"
size === "base" ? "w-7 h-7" : "w-6 h-6"
} text-accent cursor-pointer sm:hover:animate-buzz-out`}
onClick={showNotificationModal}
/>