Skip to content

Commit cb01843

Browse files
committed
style blurry login box
1 parent a1f9f6c commit cb01843

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)