Skip to content

Commit 91f7a15

Browse files
authored
v0.1.2
2 parents fde216f + ec7e0b6 commit 91f7a15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/design-system",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Design System by Channel",
55
"main": "build/index.js",
66
"module": "build/index.es.js",

src/layout/Navigation/Navigation.styled.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const StyledNavigation = styled.div<NavigationProps>`
1111
user-select: ${props => (props.isDragging ? 'none' : 'auto')};
1212
width: ${props => props.width}px;
1313
background-color: ${props => props.theme?.colors?.background1};
14+
box-shadow: inset -1px 0 0 0 ${props => props.theme?.colors?.background2};
1415
transition: background-color 200ms ease-in-out, width 200ms;
1516
`
1617

0 commit comments

Comments
 (0)