From acaf441384db549e7a8d0ac99d688a7f4637704d Mon Sep 17 00:00:00 2001 From: Leo Jeong Date: Tue, 30 Jun 2020 14:01:48 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Navigation=20Box-shadow=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20(#39)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/Navigation/Navigation.styled.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/Navigation/Navigation.styled.ts b/src/layout/Navigation/Navigation.styled.ts index 1213a64601..2a2a69d2be 100644 --- a/src/layout/Navigation/Navigation.styled.ts +++ b/src/layout/Navigation/Navigation.styled.ts @@ -11,6 +11,7 @@ export const StyledNavigation = styled.div` 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; ` From ec7e0b666a932f0caf591998257ee3e74479469e Mon Sep 17 00:00:00 2001 From: Leo Jeong Date: Tue, 30 Jun 2020 14:03:56 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EC=88=98=EC=A0=95=20-?= =?UTF-8?q?=20v0.1.2=20(#40)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff014507b3..16e038c413 100644 --- a/package.json +++ b/package.json @@ -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",