Update sync indicator
This commit is contained in:
parent
c444e08e63
commit
7cb1e96aa2
1 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,9 @@ class _SyncIndicatorState extends State<SyncIndicator> {
|
|||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
Container(
|
||||
width: 20,
|
||||
height: 20,
|
||||
padding: EdgeInsets.all(2),
|
||||
width: 22,
|
||||
height: 22,
|
||||
child: icon,
|
||||
),
|
||||
Padding(
|
||||
|
|
Loading…
Add table
Reference in a new issue