Browse Source

fix button design

Futa Arai 10 months ago
parent
commit
35294c8cf0
1 changed files with 1 additions and 1 deletions
  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 ? (
   const btnTrash = isUserLoggedIn ? (
     <button
     <button
-      className="text-danger attachment-delete"
+      className="text-danger attachment-delete btn btn-link p-0"
       onClick={_onAttachmentDeleteClicked}
       onClick={_onAttachmentDeleteClicked}
       type="button"
       type="button"
     >
     >