mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
feat: login screen style, add settings screen, extract simple scaffold
This commit is contained in:
@@ -31,7 +31,7 @@ class Loading extends StatelessWidget {
|
||||
);
|
||||
} else {
|
||||
return Padding(
|
||||
padding: EdgeInsets.symmetric(vertical: 40),
|
||||
padding: EdgeInsets.symmetric(vertical: 100),
|
||||
child: _buildIndicator(context),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user