Skip to content

Commit

Permalink
Navigation Box-shadow 추가 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo0122 authored Jun 30, 2020
1 parent a71fc7c commit acaf441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/Navigation/Navigation.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const StyledNavigation = styled.div<NavigationProps>`
user-select: ${props => (props.isDragging ? 'none' : 'auto')};
width: ${props => props.width}px;
background-color: ${props => props.theme?.colors?.background1};
box-shadow: inset -1px 0 0 0 ${props => props.theme?.colors?.background2};
transition: background-color 200ms ease-in-out, width 200ms;
`

Expand Down

0 comments on commit acaf441

Please sign in to comment.