Skip to content

Commit

Permalink
hotfix:missing container style
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgn2 committed Aug 13, 2022
1 parent 3c17d13 commit 01efb9f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,9 @@ export const useStyles = makeStyles((theme) => ({
fontSize: 22,
fontWeight: 700,
},

nftContainer: {
display: "flex",
marginTop: "16px",
gap: 10,
},
}));

0 comments on commit 01efb9f

Please sign in to comment.