Skip to content

Commit fd93f2a

Browse files
mwclemyClement Mwimo
andauthored
fix: center svg on microdeposit verified screen (#286)
Co-authored-by: Clement Mwimo <clement.mwimo@mx.com>
1 parent 7fe7902 commit fd93f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)