Explorar el Código

Login error fix (#2876)

* install github app button

* general error component

* auto-generate cluster name

* fix button text color

* infra tab for porter user

* fix email error bug
jusrhee hace 3 años
padre
commit
51abc1d3f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/main/CurrentError.tsx

+ 1 - 1
dashboard/src/main/CurrentError.tsx

@@ -133,7 +133,7 @@ const StyledCurrentError = styled.div`
   border-radius: 3px;
   border-radius: 3px;
   background: #272731cc;
   background: #272731cc;
   border: 1px solid #ffffff55;
   border: 1px solid #ffffff55;
-  display: none;
+  display: flex;
   align-items: center;
   align-items: center;
   color: #ffffff;
   color: #ffffff;