From 8c5b3742b6f1c1d798bdc44b36e608278ecee244 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Sun, 18 Apr 2021 15:44:53 +0300 Subject: [PATCH] PAP-643: fix button --- lib/pages/ContactUs/LiveChat/pharmaciesLivechat_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/ContactUs/LiveChat/pharmaciesLivechat_page.dart b/lib/pages/ContactUs/LiveChat/pharmaciesLivechat_page.dart index c5300b5d..26ccc1fc 100644 --- a/lib/pages/ContactUs/LiveChat/pharmaciesLivechat_page.dart +++ b/lib/pages/ContactUs/LiveChat/pharmaciesLivechat_page.dart @@ -64,12 +64,12 @@ class _PhamaciesLiveChatPageState extends State { ), ), 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,