New sticker creator button

This commit is contained in:
Fedor Indutny
2023-02-27 14:34:43 -08:00
committed by GitHub
parent 85adb39d31
commit fad0529080
25 changed files with 442 additions and 11 deletions
+1 -1
View File
@@ -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'
)}