feat: add loading state to FilledButton (#7650)

This commit is contained in:
David Luzar 2024-02-03 14:53:31 +01:00 committed by GitHub
parent d67eaa8710
commit a289c42830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 119 additions and 31 deletions

View file

@ -66,7 +66,7 @@ export const ShareableLinkDialog = ({
<FilledButton
size="large"
label="Copy link"
startIcon={copyIcon}
icon={copyIcon}
onClick={copyRoomLink}
/>
</Popover.Trigger>