Przeglądaj źródła

add border to sidebar

AykutSarac 3 lat temu
rodzic
commit
b9940be080
1 zmienionych plików z 1 dodań i 0 usunięć
  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`