From d33f5757c9bb31db279f35167c1c864fd320e04e Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Fri, 26 Jul 2024 23:04:47 +0200 Subject: [PATCH] changed tag spacing --- lib/views/short_url_edit_view.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/short_url_edit_view.dart b/lib/views/short_url_edit_view.dart index 5e26682..87d9d13 100644 --- a/lib/views/short_url_edit_view.dart +++ b/lib/views/short_url_edit_view.dart @@ -314,7 +314,6 @@ class _ShortURLEditViewState extends State ], )), child: Wrap( - runSpacing: 8, spacing: 8, children: tags.map((tag) { var boxColor = stringToColor(tag) @@ -397,7 +396,8 @@ class _ShortURLEditViewState extends State child: isSaving ? const Padding( padding: EdgeInsets.all(16), - child: CircularProgressIndicator(strokeWidth: 3, color: Colors.white)) + child: CircularProgressIndicator(strokeWidth: 3, + color: Colors.white)) : const Icon(Icons.save)), ); }