Skip to content

Commit

Permalink
Increase sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
koredefashokun committed May 16, 2020
1 parent 2382222 commit d73ea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Icon } from './icons';
const SidebarContainer = styled.div`
height: 100%;
background-color: #000000;
width: 220px;
width: 250px;
display: flex;
flex-direction: column;
padding: 20px;
Expand Down

0 comments on commit d73ea5a

Please sign in to comment.