fix issue #1
This commit is contained in:
@@ -42,7 +42,7 @@ class ListPage extends StatelessWidget {
|
||||
padding: const EdgeInsets.only(
|
||||
left: Constants.edgeInset,
|
||||
right: Constants.edgeInset,
|
||||
top: Constants.edgeInset
|
||||
top: Constants.edgeInset*2
|
||||
),
|
||||
child: Text(
|
||||
'${Strings.allQuotesCount} – $quoteCount',
|
||||
|
||||
Reference in New Issue
Block a user