Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(ListItem): active style
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Nov 24, 2017
1 parent 0f724f0 commit 2de3da9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const ListItem = styled.li`
line-height: 25px;
list-style: none;
cursor: pointer;
&.active {
color: red;
}
`;

const createList = content => (
Expand Down

0 comments on commit 2de3da9

Please sign in to comment.