Browse Source

fix color of the close button

Yuki Takei 3 years ago
parent
commit
87fcc7061b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/PagePresentationModal.tsx

+ 1 - 1
packages/app/src/components/PagePresentationModal.tsx

@@ -46,7 +46,7 @@ const PagePresentationModal = (): JSX.Element => {
       className={`grw-presentation-modal ${styles['grw-presentation-modal']}`}
     >
       <button className="close" type="button" aria-label="close" onClick={closePresentationModal}>
-        <span className="text-white" aria-hidden>×</span>
+        <span aria-hidden>×</span>
       </button>
       <ModalBody className="modal-body d-flex justify-content-center align-items-center">
         { rendererOptions != null && (