Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(sidebar): remove unused vars
Browse files Browse the repository at this point in the history
fix(sidebar): remove unused vars
  • Loading branch information
Metnew committed Feb 18, 2018
1 parent 2eefb8f commit 61e93ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/components/Sidebar/style.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {Sidebar} from 'semantic-ui-react'
import styled from 'styled-components'
import {media} from 'styles/utils'

export const StyledSidebar = styled(Sidebar)`
z-index: 111 !important;
Expand All @@ -15,7 +14,7 @@ export const StyledSidebar = styled(Sidebar)`
text-align: center;
img {
filter: invert(1);
filter: invert(1);
}
}
`

0 comments on commit 61e93ec

Please sign in to comment.