1
0
mirror of git://jb55.com/damus synced 2024-09-19 19:46:51 +00:00

Fix zap type selection on smaller phones

Closes: #1018
Changelog-Fixed: Zap type selection on smaller phones
This commit is contained in:
ericholguin 2023-04-25 21:03:59 -06:00 committed by William Casarin
parent c439100a86
commit 28e67f4a7c

View File

@ -87,7 +87,7 @@ struct ZapTypePicker: View {
.font(.system(size: 16))
}
}
.frame(minWidth: 400, maxWidth: .infinity, minHeight: 50, maxHeight: 70)
.frame(maxWidth: .infinity, minHeight: 50, maxHeight: 70)
.foregroundColor(fontColor())
.background(zap_type == type ? fillColor() : DamusColors.adaptableGrey)
.cornerRadius(15)