Explorar el Código

fix button design

Futa Arai hace 1 año
padre
commit
35294c8cf0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
     >