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
+1 -1
View File
@@ -69,7 +69,7 @@ export default class AuthPage extends React.PureComponent<React.PropsWithChildre
const modalContentStyle: React.CSSProperties = {
display: "flex",
zIndex: 1,
borderRadius: "8px",
borderRadius: "inherit",
};
let modalBlur;