Skip to content

Commit 00273d0

Browse files
committed
Merge branch 'bwindels/restyle-blurry-login-box' into 'element'
style blurry login box See merge request new-vector/element/element-web/element-web!7
2 parents 74e15ab + cb01843 commit 00273d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/views/auth/VectorAuthPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ export default class VectorAuthPage extends React.PureComponent {
5959
right: 0,
6060
bottom: 0,
6161
left: 0,
62-
filter: 'blur(10px)',
62+
filter: 'blur(40px)',
6363
background: pageStyle.background,
6464
};
6565

6666
const modalContentStyle = {
6767
display: 'flex',
6868
zIndex: 1,
6969
background: 'rgba(255, 255, 255, 0.59)',
70-
borderRadius: '4px',
70+
borderRadius: '8px',
7171
};
7272

7373
return (

0 commit comments

Comments
 (0)