fix: edit profile modal avatar

This commit is contained in:
Zamitto 2024-07-21 17:00:36 -03:00
parent d350aa950d
commit 27610aa8cf

View File

@ -78,6 +78,8 @@ export const profileAvatar = style({
height: "100%",
width: "100%",
objectFit: "cover",
borderRadius: "50%",
overflow: "hidden",
});
export const profileAvatarEditOverlay = style({