Skip to content

Commit c936239

Browse files
author
Clement Mwimo
committed
fix: center svg on microdeposit verified screen
1 parent 7fe7902 commit c936239

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/views/microdeposits/Verified.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ const getStyles = (tokens) => ({
9797
position: 'relative',
9898
},
9999
svg: {
100+
display: 'flex',
101+
alignItems: 'center',
100102
margin: '0 auto',
101103
width: 200,
102104
},

0 commit comments

Comments
 (0)