bottom and top bars

This commit is contained in:
2021-01-06 16:08:47 +01:00
parent 482628b674
commit 204a77b89f
7 changed files with 893 additions and 406 deletions

View File

@@ -66,11 +66,11 @@ class SearchResults extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: <Widget>[
Icon(
Icons.arrow_back_rounded,
Icons.home_rounded,
color: Colors.orange,
),
Text(
'Cofnij',
'Szukaj',
style: TextStyle(color: Colors.grey[200], fontSize: 12),
)
],