Skip to content

Commit

Permalink
fix: border for circle card (#3224)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <[email protected]>
  • Loading branch information
nicolasburtey and Nicolas Burtey authored Apr 29, 2024
1 parent c9b8786 commit c96e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/invite-modal/invite-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const useStyles = makeStyles(({ colors }) => ({
},
cross: {},
qrCard: {
backgroundColor: colors.black,
backgroundColor: colors._white,
padding: 20,
borderRadius: 12,
},
Expand Down

0 comments on commit c96e0ae

Please sign in to comment.