PAP-643: fix button

merge-requests/310/head
Elham Rababah 4 years ago
parent aab33b3e03
commit 8c5b3742b6

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

Loading…
Cancel
Save