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>()
|
||||
.setActiveAccountIndex(index);
|
||||
},
|
||||
borderRadius: BorderRadius.circular(12),
|
||||
child: Center(
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
Loading…
Reference in New Issue
Block a user