Fix zap type selection on smaller phones
Closes: #1018 Changelog-Fixed: Zap type selection on smaller phones
This commit is contained in:
committed by
William Casarin
parent
c439100a86
commit
28e67f4a7c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user