Explorar el Código

fix: modal bg color (#12042)

Yi Xiao hace 4 meses
padre
commit
c91e8b1737
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/app/components/base/modal/index.tsx

+ 1 - 1
web/app/components/base/modal/index.tsx

@@ -39,7 +39,7 @@ export default function Modal({
           leaveFrom="opacity-100"
           leaveTo="opacity-0"
         >
-          <div className="fixed inset-0 bg-background-overlay-fullscreen" />
+          <div className="fixed inset-0 bg-background-overlay" />
         </Transition.Child>
 
         <div