remove strange square from profile switcher click

This commit is contained in:
Diogo 2024-08-27 22:30:31 +01:00
parent 9866ceeeb7
commit 3f8751abbe

View file

@ -229,7 +229,6 @@ struct UserPicker: View {
}
}
})
.buttonStyle(PressedButtonStyle(defaultColor: theme.colors.surface, pressedColor: Color(uiColor: .secondarySystemFill)))
}