Skip to content

Commit

Permalink
refactor: change theme button appearence
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimborba committed May 31, 2022
1 parent 5116795 commit de242e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/StyledHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ export const StyledToogle = styled.label`
}
span {
padding: 5px;
padding: 4px;
cursor: pointer;
border-radius: 50%;
background-color: ${(props) => props.theme.secondaryColor};
color: ${(props) => props.theme.mainColor};
border: 2px solid ${(props) => props.theme.secondaryColor};
background-color: ${(props) => props.theme.mainColor};
color: ${(props) => props.theme.secondaryColor};
transition: .4s;
}
`;

1 comment on commit de242e7

@vercel
Copy link

@vercel vercel bot commented on de242e7 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.