Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
background: ${props => effects.color(props.theme.base08, 'alpha', 0.2)};
text-decoration: line-through;
background: ${props => effects.color(props.theme.base0B, 'alpha', 0.2)};
}
};
return (
<form>
);
}
}</form>
};
return (
<form>
);
}
}</form>
const theme = this.props.theme;
const formData = {
theme: theme.theme,
scheme: theme.scheme,
dark: !theme.light
};
return (
<form>
</form>
const theme = this.props.theme;
const formData = {
theme: theme.theme,
scheme: theme.scheme,
dark: !theme.light
};
return (
<form>
</form>