diff --git a/lib/buttons/as_button.dart b/lib/buttons/as_button.dart index e6deba9..112088b 100644 --- a/lib/buttons/as_button.dart +++ b/lib/buttons/as_button.dart @@ -158,7 +158,7 @@ class _ASButtonState extends State { ? Text(widget.title, style: widget.textStyle ?? TextStyle(fontSize: 13.sp)) : widget.title, - padding: widget.padding ?? EdgeInsets.symmetric(vertical: 6.w), + padding: widget.padding ?? EdgeInsets.symmetric(vertical: 6.w,horizontal: 12.w), shape: RoundedRectangleBorder( side: widget.outline ? BorderSide(color: widget.outlineColor, width: 0.5.w)