Update share button icon to use send_outlined for improved clarity
This commit is contained in:
@@ -1310,7 +1310,10 @@ class _FileExplorerState extends State<FileExplorer>
|
|||||||
onPressed: () => _downloadFile(file),
|
onPressed: () => _downloadFile(file),
|
||||||
),
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: const Icon(Icons.share, color: AppTheme.secondaryText),
|
icon: const Icon(
|
||||||
|
Icons.send_outlined,
|
||||||
|
color: AppTheme.secondaryText,
|
||||||
|
),
|
||||||
splashColor: Colors.transparent,
|
splashColor: Colors.transparent,
|
||||||
highlightColor: Colors.transparent,
|
highlightColor: Colors.transparent,
|
||||||
onPressed: () => _shareFile(file),
|
onPressed: () => _shareFile(file),
|
||||||
|
|||||||
Reference in New Issue
Block a user