Skip to content

Commit

Permalink
fix share transfer modal alignment (#1774)
Browse files Browse the repository at this point in the history
* fix alignment

* lint :)

Co-authored-by: Ryan Noble <ryanjnoble@gmail.com>
  • Loading branch information
FSM1 and RyRy79261 committed Nov 24, 2021
1 parent 99c3cce commit a011e6f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const useStyles = makeStyles(({ constants }: CSFTheme) =>
modalInner: {
padding: constants.generalUnit * 4,
textAlign: "center",
display: "flex",
flexDirection: "column",
"& img" : {
width: "min-content",
margin: "auto",
Expand Down

0 comments on commit a011e6f

Please sign in to comment.