Change order.

This commit is contained in:
Marcin Czachursk 2023-02-23 17:17:04 +01:00
parent de4cd5611e
commit cffecf231e
1 changed files with 1 additions and 1 deletions

View File

@ -189,8 +189,8 @@ struct MainView: View {
if let avatarData = self.applicationState.account?.avatarData, let uiImage = UIImage(data: avatarData) {
Image(uiImage: uiImage)
.resizable()
.clipShape(self.applicationState.avatarShape.shape())
.frame(width: 32.0, height: 32.0)
.clipShape(self.applicationState.avatarShape.shape())
} else {
Image(systemName: "person")
.resizable()