Skip to content

Commit 2a42e73

Browse files
authored
Merge pull request #9 from amadeutolentino/master
Update README.md
2 parents 63252e8 + cdfe83b commit 2a42e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const Header = styled.div`
104104
`
105105

106106
const Button = styled.button`
107-
background-image: linear-gradient(${theme.light}, ${theme.light.darken(0.3));
107+
background-image: linear-gradient(${theme.light}, ${theme.light.darken(0.3)});
108108
color: ${theme.dark};
109109
padding: 10px;
110110
`

0 commit comments

Comments
 (0)