浏览代码

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`