Skip to content

Commit

Permalink
feat: Add border and shadow to flyover (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Sep 30, 2024
1 parent 07d4089 commit 4397bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Flyover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,13 @@ const ModalWrapperSC = styled(ModalWrapper)<{

const FlyoverWrapperSC = styled.div(({ theme }) => ({
backgroundColor: theme.colors['fill-zero'],
borderLeft: theme.borders.default,
boxShadow: theme.boxShadows.modal,
height: '100%',
display: 'flex',
flexDirection: 'column',
overflow: 'hidden',
position: 'absolute',
}))

const FlyoverContentSC = styled.div<{
Expand Down

0 comments on commit 4397bd2

Please sign in to comment.