Fix ink splash for the account card
This commit is contained in:
parent
f4a232883f
commit
407626b535
@ -72,6 +72,7 @@ class AccountListPageState extends State<AccountListPage> {
|
|||||||
.get<CoreCubit>()
|
.get<CoreCubit>()
|
||||||
.setActiveAccountIndex(index);
|
.setActiveAccountIndex(index);
|
||||||
},
|
},
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
Loading…
Reference in New Issue
Block a user