We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db00af commit 13e74e9Copy full SHA for 13e74e9
1 file changed
src/common/components/InAppNotification/index.tsx
@@ -22,7 +22,7 @@ const InAppNotification = ({ isOpen, nickname, profileImage, content, chatRoomId
22
navigate(`/chat/${chatRoomId}`);
23
}}
24
initial={{ opacity: 0, translateX: '-50%' }}
25
- animate={isOpen ? { opacity: 1, translateX: '-50%', translateY: '50%' } : { opacity: 0, translateX: '-50%' }}
+ animate={isOpen ? { opacity: 0.84, translateX: '-50%', translateY: '50%' } : { opacity: 0, translateX: '-50%' }}
26
>
27
<UserProfileImage nickname={nickname ?? ''} src={getImageUrl(profileImage ?? '')} />
28
<div className={s.Content}>
0 commit comments