mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Fix address book page
This commit is contained in:
parent
ee2074a328
commit
2ef3e5a797
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ class _ContactPageBodyState extends State<ContactPageBody> with SingleTickerProv
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.only(left: 24),
|
||||
padding: const EdgeInsets.only(left: 24, right: 24),
|
||||
child: Column(
|
||||
children: [
|
||||
Align(
|
||||
|
@ -135,7 +135,7 @@ class _ContactPageBodyState extends State<ContactPageBody> with SingleTickerProv
|
|||
indicatorColor: Theme.of(context).appBarTheme.titleTextStyle!.color,
|
||||
indicatorPadding: EdgeInsets.zero,
|
||||
labelPadding: EdgeInsets.only(right: 24),
|
||||
tabAlignment: TabAlignment.center,
|
||||
tabAlignment: TabAlignment.start,
|
||||
dividerColor: Colors.transparent,
|
||||
padding: EdgeInsets.zero,
|
||||
tabs: [
|
||||
|
|
Loading…
Reference in a new issue