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),
|
||||
),
|
||||
IconButton(
|
||||
icon: const Icon(Icons.share, color: AppTheme.secondaryText),
|
||||
icon: const Icon(
|
||||
Icons.send_outlined,
|
||||
color: AppTheme.secondaryText,
|
||||
),
|
||||
splashColor: Colors.transparent,
|
||||
highlightColor: Colors.transparent,
|
||||
onPressed: () => _shareFile(file),
|
||||
|
||||
Reference in New Issue
Block a user