Add border to right drawer (#3094)

add border
This commit is contained in:
brendanlaschke
2023-12-21 08:28:21 +01:00
committed by GitHub
parent 687c9131f4
commit 5fc8dbc182

View File

@ -23,6 +23,7 @@ import { RightDrawerRouter } from './RightDrawerRouter';
const StyledContainer = styled(motion.div)`
background: ${({ theme }) => theme.background.primary};
border-left: 1px solid ${({ theme }) => theme.border.color.medium};
box-shadow: ${({ theme }) => theme.boxShadow.strong};
height: 100%;
overflow-x: hidden;