Skip to content
Snippets Groups Projects
Commit b6d15c90 authored by vgm18's avatar vgm18
Browse files

Fixed follow button contrast

parent 87d0d6a3
No related branches found
No related tags found
3 merge requests!100Changed recaptcha key to the production one, removed console.logs and fixed...,!99Changed recaptcha key to the production one, removed console.logs and fixed...,!98Changed recaptcha key to the production one, removed console.logs and fixed...
...@@ -162,7 +162,7 @@ export function NoIcon(props) { ...@@ -162,7 +162,7 @@ export function NoIcon(props) {
) )
: :
( (
<NoIconButton className={`${props.contrast}LinkColor`} <NoIconButton contrast={state.contrast} className={`${props.contrast}LinkColor`}
style={props.contrast === "" ? {border: "2px solid #00bcd4", borderRadius : "5px", color :"#00bcd4", backgroundColor: "white"} : {border: "1px solid white", borderRadius : "5px", color :"#00bcd4"}} style={props.contrast === "" ? {border: "2px solid #00bcd4", borderRadius : "5px", color :"#00bcd4", backgroundColor: "white"} : {border: "1px solid white", borderRadius : "5px", color :"#00bcd4"}}
onClick={() => handleLogin(true)}>seguir</NoIconButton> onClick={() => handleLogin(true)}>seguir</NoIconButton>
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment