Futa Arai 1 anno fa
parent
commit
35294c8cf0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ui/src/components/Attachment.tsx

+ 1 - 1
packages/ui/src/components/Attachment.tsx

@@ -34,7 +34,7 @@ export const Attachment = (props: AttachmentProps): JSX.Element => {
   );
   const btnTrash = isUserLoggedIn ? (
     <button
-      className="text-danger attachment-delete"
+      className="text-danger attachment-delete btn btn-link p-0"
       onClick={_onAttachmentDeleteClicked}
       type="button"
     >