merge-update-with-lab-changes
haroon amjad 4 years ago
parent be91844868
commit 940441106a

@ -77,6 +77,7 @@ class _AddNewChildPageState extends State<AddNewChildPage> {
builder: (_, model, w) => AppScaffold(
isShowAppBar: true,
appBarTitle: TranslationBase.of(context).vaccination,
showNewAppBarTitle: true,
showNewAppBar: true,
body: Container(
child: Column(

@ -137,7 +137,7 @@ class _ChildPageState extends State<ChildVaccinePage> with SingleTickerProviderS
}
},
child: Container(
decoration: containerRadius(Colors.black.withOpacity(0.2), 2000),
decoration: containerRadius(Colors.grey.withOpacity(0.2), 2000),
padding: EdgeInsets.only(left: 12, right: 12, top: 8, bottom: 8),
child: Row(
children: [

Loading…
Cancel
Save