diff --git a/damus/Views/Zaps/ZapTypePicker.swift b/damus/Views/Zaps/ZapTypePicker.swift index 515a3877..7155d92a 100644 --- a/damus/Views/Zaps/ZapTypePicker.swift +++ b/damus/Views/Zaps/ZapTypePicker.swift @@ -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)