mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
New sticker creator button
This commit is contained in:
@@ -82,7 +82,7 @@ export function CaptchaDialog(props: Readonly<PropsType>): JSX.Element {
|
||||
variant={ButtonVariant.Primary}
|
||||
>
|
||||
{isPending ? (
|
||||
<Spinner size="22px" svgSize="small" direction="on-captcha" />
|
||||
<Spinner size="22px" svgSize="small" direction="on-primary-button" />
|
||||
) : (
|
||||
'Continue'
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user