We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b109ad5 commit b44192cCopy full SHA for b44192c
lib/screens/homepage/homepage.dart
@@ -274,6 +274,7 @@ class _HomePageState extends State<HomePage> {
274
Icons.insert_drive_file,
275
size: 48,
276
),
277
+ const SizedBox(height: 8,),
278
Text(
279
p.name,
280
style: TextStyle(
lib/screens/homepage/homepage_projectlist.dart
@@ -50,7 +50,7 @@ class ProjectList extends StatelessWidget {
50
onPressed: () {
51
onRefresh();
52
},
53
- child: const Text("Refresh"),
+ child: const Icon(Icons.refresh_rounded),
54
55
const SizedBox(
56
width: 4,
@@ -72,7 +72,7 @@ class ProjectList extends StatelessWidget {
72
// User canceled the picker
73
}
74
75
- child: const Text("Open"),
+ child: const Icon(Icons.folder_open_rounded),
76
77
]),
78
isListView
0 commit comments