Increase border-radius on auth pages (#31333)

* Increase border-radius on auth pages

Bring this into line with some of the other radii in the app

* Update snapshots

* Update playwright snapshots
This commit is contained in:
Richard van der Hoff
2025-11-25 18:58:49 +00:00
committed by GitHub
parent b788e772d4
commit 135db543e1
11 changed files with 8 additions and 8 deletions

View File

@@ -123,7 +123,7 @@ exports[`<MatrixChat /> Multi-tab lockout waits for other tab to stop during sta
<main
aria-live="polite"
class="mx_AuthPage_modalContent"
style="display: flex; z-index: 1; border-radius: 8px; background: rgba(255, 255, 255, 0.59);"
style="display: flex; z-index: 1; border-radius: inherit; background: rgba(255, 255, 255, 0.59);"
tabindex="-1"
>
<div
@@ -243,7 +243,7 @@ exports[`<MatrixChat /> with a soft-logged-out session should show the soft-logo
<main
aria-live="polite"
class="mx_AuthPage_modalContent"
style="display: flex; z-index: 1; border-radius: 8px; background: rgba(255, 255, 255, 0.59);"
style="display: flex; z-index: 1; border-radius: inherit; background: rgba(255, 255, 255, 0.59);"
tabindex="-1"
>
<div

View File

@@ -12,7 +12,7 @@ exports[`CompleteSecurity Allows verifying with another device if one is availab
<main
aria-live="polite"
class="mx_AuthPage_modalContent"
style="display: flex; z-index: 1; border-radius: 8px;"
style="display: flex; z-index: 1; border-radius: inherit;"
tabindex="-1"
>
<div
@@ -180,7 +180,7 @@ exports[`CompleteSecurity Allows verifying with recovery key if one is available
<main
aria-live="polite"
class="mx_AuthPage_modalContent"
style="display: flex; z-index: 1; border-radius: 8px;"
style="display: flex; z-index: 1; border-radius: inherit;"
tabindex="-1"
>
<div

View File

@@ -16,7 +16,7 @@ exports[`<AuthPage /> should match snapshot 1`] = `
<main
aria-live="polite"
class="mx_AuthPage_modalContent"
style="display: flex; z-index: 1; border-radius: 8px; background: rgba(255, 255, 255, 0.59);"
style="display: flex; z-index: 1; border-radius: inherit; background: rgba(255, 255, 255, 0.59);"
tabindex="-1"
/>
</div>