remove padding from button & change button size to 50
This commit is contained in:
@@ -205,7 +205,7 @@ class _BuildFilesListState extends State<BuildFilesList> {
|
||||
)),
|
||||
SizedBox(
|
||||
width: 300,
|
||||
height: 100,
|
||||
height: 50,
|
||||
child: MIHButton(
|
||||
onTap: () {
|
||||
html.window.open(
|
||||
|
||||
@@ -180,7 +180,7 @@ class _BuildPatientsListState extends State<BuildPatientsList> {
|
||||
const SizedBox(height: 15.0),
|
||||
SizedBox(
|
||||
width: 300,
|
||||
height: 100,
|
||||
height: 50,
|
||||
child: MIHButton(
|
||||
buttonText: "Book",
|
||||
buttonColor: MzanziInnovationHub.of(context)!
|
||||
|
||||
Reference in New Issue
Block a user