Enhance download button: center icon and increase size for better visibility
This commit is contained in:
@@ -334,7 +334,7 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
|
||||
width: 104,
|
||||
child: ModernGlassButton(
|
||||
onPressed: _downloadFile,
|
||||
child: const Icon(Icons.download, size: 18),
|
||||
child: const Center(child: Icon(Icons.download, size: 24)),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user