Browse Source

minor export code modifications in Backdrop

Mgrdich 2 years ago
parent
commit
9e716efc06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kafka-ui-react-app/src/components/common/Backdrop/Backdrop.tsx

+ 1 - 1
kafka-ui-react-app/src/components/common/Backdrop/Backdrop.tsx

@@ -16,7 +16,7 @@ const BackdropStyled = styled.div`
   flex-direction: column;
   align-items: center;
   justify-content: center;
-  background: rgba(#000000, 0.5);
+  background-color: rgba(23, 26, 28, 0.6);
 `;
 
 const Backdrop: React.FC<BackdropProps> = ({ open, onClick }) => {