Enhance download button: center icon and increase size for better visibility

This commit is contained in:
Leon Bösche
2026-01-25 03:25:06 +01:00
parent 08fc0906c0
commit 15de51feb8

View File

@@ -334,7 +334,7 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
width: 104, width: 104,
child: ModernGlassButton( child: ModernGlassButton(
onPressed: _downloadFile, onPressed: _downloadFile,
child: const Icon(Icons.download, size: 18), child: const Center(child: Icon(Icons.download, size: 24)),
), ),
), ),
) )