Futa Arai 10 месяцев назад
Родитель
Сommit
35294c8cf0
1 измененных файлов с 1 добавлено и 1 удалено
  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"
     >