remove padding from button & change button size to 50
This commit is contained in:
parent
146e10f1a3
commit
3874534c7a
15 changed files with 33 additions and 34 deletions
|
|
@ -294,7 +294,7 @@ class _ProfileBusinessAddState extends State<ProfileBusinessAdd> {
|
|||
const SizedBox(height: 15.0),
|
||||
SizedBox(
|
||||
width: 500.0,
|
||||
height: 100.0,
|
||||
height: 50.0,
|
||||
child: MIHButton(
|
||||
buttonText: "Add",
|
||||
buttonColor:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue