TF-1683 Fix height/color divider for correctly
(cherry picked from commit 25c772101eb693825413e6587961c3c56d0e5da2)
This commit is contained in:
@@ -53,8 +53,7 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
if (_supportVerticalDivider(context))
|
||||
const VerticalDivider(
|
||||
color: AppColor.lineItemListColor,
|
||||
width: 1,
|
||||
thickness: 0.2),
|
||||
width: 12),
|
||||
Expanded(child: SafeArea(
|
||||
right: responsiveUtils.isLandscapeMobile(context),
|
||||
left: responsiveUtils.isLandscapeMobile(context),
|
||||
|
||||
Reference in New Issue
Block a user