PAP-643: fix button

merge-update-with-lab-changes
Elham Rababah 5 years ago
parent aab33b3e03
commit 8c5b3742b6

@ -64,12 +64,12 @@ class _PhamaciesLiveChatPageState extends State<PhamaciesLiveChatPage> {
), ),
), ),
bottomSheet: Container( bottomSheet: Container(
height: MediaQuery.of(context).size.height * 0.10, height: MediaQuery.of(context).size.height * 0.11,
width: double.infinity, width: double.infinity,
padding: EdgeInsets.all(8.0), padding: EdgeInsets.all(8.0),
child: Center( child: Center(
child: Container( child: Container(
height: MediaQuery.of(context).size.height * 0.87, height: MediaQuery.of(context).size.height * 0.7,
width: MediaQuery.of(context).size.width * 0.8, width: MediaQuery.of(context).size.width * 0.8,
child: Button( child: Button(
label: TranslationBase.of(context).start, label: TranslationBase.of(context).start,

Loading…
Cancel
Save