fixed jira tm-172 and pagination dialog design changed
This commit is contained in:
@@ -67,8 +67,12 @@ class _TabletProfilePageState extends State<TabletProfilePage> {
|
||||
return Scaffold(
|
||||
key: key,
|
||||
backgroundColor: AppColors.backgroundColor,
|
||||
appBar: tabletAppBar(title: ProfileStrings.profileTitle, key: key),
|
||||
|
||||
appBar: tabletAppBar(
|
||||
title: ProfileStrings.profileTitle,
|
||||
key: key,
|
||||
context: context,
|
||||
),
|
||||
|
||||
drawer: const TabletNavigationWidget(currentIndex: 4),
|
||||
body: SafeArea(
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user