Explorar o código

add border to sidebar

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
b9940be080
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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`