mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-23 10:13:03 +01:00
changed tag spacing
This commit is contained in:
parent
c5ab724a9e
commit
d33f5757c9
|
@ -314,7 +314,6 @@ class _ShortURLEditViewState extends State<ShortURLEditView>
|
|||
],
|
||||
)),
|
||||
child: Wrap(
|
||||
runSpacing: 8,
|
||||
spacing: 8,
|
||||
children: tags.map((tag) {
|
||||
var boxColor = stringToColor(tag)
|
||||
|
@ -397,7 +396,8 @@ class _ShortURLEditViewState extends State<ShortURLEditView>
|
|||
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)),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user