소스 검색

add border to sidebar

AykutSarac 3 년 전
부모
커밋
b9940be080
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/Sidebar/index.tsx

+ 1 - 0
src/components/Sidebar/index.tsx

@@ -19,6 +19,7 @@ const StyledSidebar = styled.div`
   width: 60px;
   background: #2f3136;
   padding: 8px;
+  border-right: 1px solid ${({ theme }) => theme.SILVER_DARK};
 `;
 
 const StyledElement = styled.div`