Skip to content

Commit

Permalink
Make editing profile picture rounded as in design
Browse files Browse the repository at this point in the history
ref DEV-1889
  • Loading branch information
aekt committed Aug 28, 2024
1 parent acd94a4 commit 1b95511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portal/src/ReactCropperjs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
color: #fff;
background-color: #ddd;
cursor: pointer;
@apply rounded-full;
}

.preview {
width: 300px;
height: 300px;
@apply rounded-full;
}

0 comments on commit 1b95511

Please sign in to comment.