소스 검색

change react-flow bg

AykutSarac 3 년 전
부모
커밋
6354c126b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/editor/index.tsx

+ 1 - 1
src/pages/editor/index.tsx

@@ -21,7 +21,7 @@ const StyledEditor = styled.div`
   align-items: center;
   border-radius: 0 0 5px 5px;
   height: 100%;
-  background: ${({ theme }) => theme.BLACK_DARK};
+  background: ${({ theme }) => theme.BLACK_LIGHT};
   border: 1px solid ${({ theme }) => theme.BLACK};
   border-top: none;
   overflow: hidden;