feat: search all entries

This commit is contained in:
Kyle Gill
2019-04-12 16:59:29 -06:00
parent 37b633ea82
commit ee6a1a2d2d
9 changed files with 221 additions and 40 deletions

View File

@@ -12,6 +12,7 @@ export const H1 = styled.h1`
`
export const Input = styled.input`
color: ${props => props.colors.primary};
background-color: ${props => props.colors.headerBackground};
border: none;
border-radius: 5px;