mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
add border to sidebar
This commit is contained in:
parent
6dec07736d
commit
b9940be080
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user