remove padding from button & change button size to 50
This commit is contained in:
@@ -163,7 +163,7 @@ class _PatientNotesState extends State<PatientNotes> {
|
||||
),
|
||||
SizedBox(
|
||||
width: 300,
|
||||
height: 100,
|
||||
height: 50,
|
||||
child: MIHButton(
|
||||
onTap: () {
|
||||
if (isFieldsFilled()) {
|
||||
|
||||
Reference in New Issue
Block a user