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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user