Move toasts in calls up and fix click to dismiss

This commit is contained in:
Jamie Kyle 2024-05-15 17:07:13 -07:00 committed by GitHub
parent 31cbb89b0d
commit 8fd3059de8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 34 additions and 4 deletions

View file

@ -222,6 +222,7 @@ export default {
toastType: ToastType.AddingUserToGroup,
megaphoneType: MegaphoneType.UsernameOnboarding,
OS: 'macOS',
isInFullScreenCall: false,
},
} satisfies Meta<Args>;