Fix border color

This commit is contained in:
Alfonso Grillo
2022-12-15 18:34:54 +01:00
parent aed8b49599
commit 4c8c54a301
@@ -43,7 +43,7 @@ struct DeviceAvatarView: View {
// Verification badge
Image(viewData.verificationImageName)
.frame(maxWidth: CGFloat(badgeSize), maxHeight: CGFloat(badgeSize))
.shapedBorder(color: theme.colors.system, borderWidth: 1, shape: Circle())
.shapedBorder(color: theme.colors.quinaryContent, borderWidth: 1, shape: Circle())
.background(theme.colors.background)
.clipShape(Circle())
.offset(x: 10, y: 8)