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
|
|
@ -193,6 +193,7 @@ class _PrescripInputState extends State<PrescripInput> {
|
|||
),
|
||||
SizedBox(
|
||||
width: 300,
|
||||
height: 50,
|
||||
child: MIHButton(
|
||||
buttonText: "Add",
|
||||
buttonColor:
|
||||
|
|
@ -280,7 +281,7 @@ class _PrescripInputState extends State<PrescripInput> {
|
|||
),
|
||||
SizedBox(
|
||||
width: 300,
|
||||
height: 100,
|
||||
height: 50,
|
||||
child: MIHButton(
|
||||
onTap: () {
|
||||
// if (isMedCertFieldsFilled()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue