Skip to content

Commit

Permalink
Fix Browser Sync button style
Browse files Browse the repository at this point in the history
- Add background color to sigin/register button
  • Loading branch information
pe4cey committed Oct 5, 2017
1 parent 7b97518 commit b2b8ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/components/buttons/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ export const SyncSignInButton = styled(FormButton)`
background-color: #5fb434;
color: #ffffff;
&:hover {
background-color: ${props => props.theme.formButtonBackgroundHover};
color: #797979;
}
`

0 comments on commit b2b8ce0

Please sign in to comment.