Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo0122 authored Jun 30, 2020
2 parents fde216f + ec7e0b6 commit 91f7a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/design-system",
"version": "0.1.1",
"version": "0.1.2",
"description": "Design System by Channel",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
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 91f7a15

Please sign in to comment.