Added shared bookmarks screen and archived bookmarks screen

This commit is contained in:
Juan Gilsanz Polo
2024-02-28 01:13:55 +01:00
parent 4633023b4f
commit 06df3c2e0a
18 changed files with 663 additions and 236 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class NoDataScreen extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(
Icons.clear_rounded,
Icons.clear_all_rounded,
size: 50,
color: Theme.of(context).colorScheme.onSurfaceVariant,
),