Fix bg on banner button

This commit is contained in:
Fred Carlsen
2018-12-12 17:14:33 +01:00
parent 88094002d3
commit f788fea095

View File

@@ -56,7 +56,7 @@ export const Banner: React.StatelessComponent<Props> = (props: Props) => {
<Column colWidth="1/2" isPadLarge={true}>
<ButtonWrap>
{mainCta &&
<Link href={mainCta.href}>{mainCta.text}</Link>
<Link isTransparent={false} href={mainCta.href}>{mainCta.text}</Link>
}
{secondaryCta &&