fix: delete local asset show twice (#20700)

* chore: better button width

* fix: delete local action show twice
This commit is contained in:
Alex 2025-08-05 14:18:57 -05:00 committed by GitHub
parent 58dd6f094c
commit 9567a2a560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 12 deletions

View file

@ -46,6 +46,7 @@ class DownloadActionButton extends ConsumerWidget {
Widget build(BuildContext context, WidgetRef ref) {
return BaseActionButton(
iconData: Icons.download,
maxWidth: 95,
label: "download".t(context: context),
onPressed: () => _onTap(context, ref),
);