TF-2893 Apply the standard app grid icon
This commit is contained in:
@@ -27,9 +27,7 @@ class ManageAccountMenuView extends GetWidget<ManageAccountMenuController> {
|
||||
padding: const EdgeInsetsDirectional.only(top: 16, bottom: 16, start: 16),
|
||||
child: Row(children: [
|
||||
ApplicationLogoWidthTextWidget(),
|
||||
ApplicationVersionWidget(
|
||||
applicationManager: controller.dashBoardController.applicationManager,
|
||||
)
|
||||
const ApplicationVersionWidget()
|
||||
])
|
||||
),
|
||||
if (!controller.responsiveUtils.isWebDesktop(context))
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ class DeleteIdentityDialogBuilder extends StatelessWidget {
|
||||
responsiveUtils: responsiveUtils,
|
||||
mobile: (_buildDeleteDialog(context)
|
||||
..alignment(Alignment.bottomCenter)
|
||||
..outsideDialogPadding(const EdgeInsets.only(bottom: PlatformInfo.isWeb ? 42 : 16))
|
||||
..outsideDialogPadding(EdgeInsets.only(bottom: PlatformInfo.isWeb ? 42 : 16))
|
||||
..widthDialog(MediaQuery.of(context).size.width - 16))
|
||||
.build(),
|
||||
landscapeMobile: _buildDeleteDialog(context).build(),
|
||||
|
||||
Reference in New Issue
Block a user