Merge branch 'master' into development_haroon

merge-requests/50/head
haroon amjad 3 years ago
commit 868728b876

@ -115,9 +115,8 @@ class MarathonBanner extends StatelessWidget {
],
),
),
Positioned(
top: 0,
left: 0,
Align(
alignment: Alignment.topLeft,
child: SizedBox(
height: 20,
width: 35,
@ -136,7 +135,7 @@ class MarathonBanner extends StatelessWidget {
),
),
),
).paddingOnly(top: 3),
).paddingOnly(top: 5),
!AppState().isArabic(context)
? Positioned(
right: 0,

Loading…
Cancel
Save