TF-3758 Fix incorrect app grid background on responsive web
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -34,6 +34,7 @@ extension OpenAppGridExtension on MailboxController {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
borderRadius: BorderRadius.all(Radius.circular(14)),
|
borderRadius: BorderRadius.all(Radius.circular(14)),
|
||||||
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
child: GridView(
|
child: GridView(
|
||||||
gridDelegate: const SliverGridDelegateFixedHeight(
|
gridDelegate: const SliverGridDelegateFixedHeight(
|
||||||
|
|||||||
Reference in New Issue
Block a user