fix: connect button actived bell size
This commit is contained in:
parent
1367dd4cc3
commit
3ef7e90aeb
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue