Smaller avatars

This commit is contained in:
Lumaa 2024-02-29 13:33:29 +01:00
parent bee71071c2
commit ee296e57b4
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ extension SettingsView {
ZStack {
if let acc = account {
HStack {
ProfilePicture(url: acc.avatar, size: 64)
ProfilePicture(url: acc.avatar, size: 46)
VStack(alignment: .leading) {
Text(acc.displayName ?? "@\(acc.acct)")