diff --git a/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png b/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png index 6bd16b37d6..e9eb06375f 100644 Binary files a/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png and b/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png differ diff --git a/playwright/snapshots/register/email.spec.ts/registration-check-your-email-linux.png b/playwright/snapshots/register/email.spec.ts/registration-check-your-email-linux.png index fc52c2cb65..c958717a58 100644 Binary files a/playwright/snapshots/register/email.spec.ts/registration-check-your-email-linux.png and b/playwright/snapshots/register/email.spec.ts/registration-check-your-email-linux.png differ diff --git a/playwright/snapshots/register/register.spec.ts/email-prompt-linux.png b/playwright/snapshots/register/register.spec.ts/email-prompt-linux.png index 9bc2ed101b..1fc7e805fd 100644 Binary files a/playwright/snapshots/register/register.spec.ts/email-prompt-linux.png and b/playwright/snapshots/register/register.spec.ts/email-prompt-linux.png differ diff --git a/playwright/snapshots/register/register.spec.ts/registration-linux.png b/playwright/snapshots/register/register.spec.ts/registration-linux.png index 481c74fcda..09722b20b0 100644 Binary files a/playwright/snapshots/register/register.spec.ts/registration-linux.png and b/playwright/snapshots/register/register.spec.ts/registration-linux.png differ diff --git a/playwright/snapshots/register/register.spec.ts/terms-prompt-linux.png b/playwright/snapshots/register/register.spec.ts/terms-prompt-linux.png index f5326e9d2d..cb903f1ce4 100644 Binary files a/playwright/snapshots/register/register.spec.ts/terms-prompt-linux.png and b/playwright/snapshots/register/register.spec.ts/terms-prompt-linux.png differ diff --git a/res/css/views/auth/_AuthBody.pcss b/res/css/views/auth/_AuthBody.pcss index d86089e331..062885f003 100644 --- a/res/css/views/auth/_AuthBody.pcss +++ b/res/css/views/auth/_AuthBody.pcss @@ -12,7 +12,7 @@ Please see LICENSE files in the repository root for full details. font-size: $font-12px; color: $authpage-secondary-color; background-color: $background; - border-radius: 0 4px 4px 0; + border-radius: 0 var(--cpd-space-6x) var(--cpd-space-6x) 0; padding: 25px 60px; box-sizing: border-box; diff --git a/res/css/views/auth/_AuthPage.pcss b/res/css/views/auth/_AuthPage.pcss index 492ee3d0d6..4ea4f1ffbb 100644 --- a/res/css/views/auth/_AuthPage.pcss +++ b/res/css/views/auth/_AuthPage.pcss @@ -18,7 +18,7 @@ Please see LICENSE files in the repository root for full details. .mx_AuthPage_modal { display: flex; margin: 100px auto auto; - border-radius: 4px; + border-radius: var(--cpd-space-6x); background-color: $authpage-modal-bg-color; @media only screen and (max-height: 768px) { diff --git a/src/components/views/auth/AuthPage.tsx b/src/components/views/auth/AuthPage.tsx index 961de75bbc..05da48bf2e 100644 --- a/src/components/views/auth/AuthPage.tsx +++ b/src/components/views/auth/AuthPage.tsx @@ -69,7 +69,7 @@ export default class AuthPage extends React.PureComponent Multi-tab lockout waits for other tab to stop during sta
with a soft-logged-out session should show the soft-logo
should match snapshot 1`] = `