From a4ab197c42f1b8360bf5bcc99ea43247313eaaa5 Mon Sep 17 00:00:00 2001 From: pedr Date: Fri, 7 Feb 2025 16:04:37 -0300 Subject: [PATCH] Desktop: Accessibility: Add label to the delete buttons of the Note Attachments (#11749) --- packages/app-desktop/gui/ResourceScreen.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/app-desktop/gui/ResourceScreen.tsx b/packages/app-desktop/gui/ResourceScreen.tsx index ca2af7a9e4..cd0b2d496b 100644 --- a/packages/app-desktop/gui/ResourceScreen.tsx +++ b/packages/app-desktop/gui/ResourceScreen.tsx @@ -116,7 +116,7 @@ const ResourceTableComp = (props: ResourceTable) => { {filteredResources.map((resource: InnerResource, index: number) => - + { {prettyBytes(resource.size)} {resource.id} - + , )}