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