mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
fix: alignment
This commit is contained in:
parent
b715cf9535
commit
664a8212fd
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class _ManageThemesViewState extends ConsumerState<ManageThemesView> {
|
|||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
child: IntrinsicHeight(
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
RoundedWhiteContainer(
|
||||
child: Text(
|
||||
|
|
Loading…
Reference in a new issue