diff --git a/package.json b/package.json index b8288de..6f2e85c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cdbreact", - "version": "1.2.0", + "version": "1.2.1", "description": "Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps", "repository": { "type": "git", diff --git a/src/components/Sidebar/SidebarMenuItem/SidebarMenuItem.style.js b/src/components/Sidebar/SidebarMenuItem/SidebarMenuItem.style.js index a5f1a8a..b04cc4c 100644 --- a/src/components/Sidebar/SidebarMenuItem/SidebarMenuItem.style.js +++ b/src/components/Sidebar/SidebarMenuItem/SidebarMenuItem.style.js @@ -26,7 +26,7 @@ export const InnerMenuItem = styled.div` white-space: nowrap; } &.toggled { - padding-left: 13px; + padding-left: 9px; } `;