Fix file viewer: increase download button width for better accessibility
This commit is contained in:
@@ -290,7 +290,7 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
|
|||||||
? Padding(
|
? Padding(
|
||||||
padding: const EdgeInsets.only(left: 16),
|
padding: const EdgeInsets.only(left: 16),
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: 56,
|
width: 104,
|
||||||
child: ModernGlassButton(
|
child: ModernGlassButton(
|
||||||
onPressed: _downloadFile,
|
onPressed: _downloadFile,
|
||||||
child: const Icon(Icons.download, size: 18),
|
child: const Icon(Icons.download, size: 18),
|
||||||
|
|||||||
Reference in New Issue
Block a user