mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
wrap funct on desktop theme selectors
This commit is contained in:
parent
5e795ccc33
commit
79f2cc0768
1 changed files with 3 additions and 1 deletions
|
@ -174,7 +174,9 @@ class _ThemeToggle extends ConsumerState<ThemeToggle> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Row(
|
||||
return Wrap(
|
||||
spacing: 16,
|
||||
runSpacing: 16,
|
||||
children: [
|
||||
for (int i = 0; i < ThemeType.values.length; i++)
|
||||
Row(
|
||||
|
|
Loading…
Reference in a new issue