Smaller avatars
This commit is contained in:
parent
bee71071c2
commit
ee296e57b4
|
@ -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)")
|
||||
|
|
Loading…
Reference in New Issue