Skip to content

Commit fa0ae73

Browse files
committed
Lower border radius of modal
1 parent 221d895 commit fa0ae73

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Modal

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Modal/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ModalComponent extends React.Component {
7373
right: 0,
7474
margin: `0 auto ${top}vh`,
7575
border: 'none',
76-
borderRadius: '8px',
76+
borderRadius: '4px',
7777
},
7878
});
7979

0 commit comments

Comments
 (0)