@ -31,6 +31,7 @@ export const solidButtonStyles = css`
padding-bottom: 13px;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
border-color: transparent;
background: ${({ theme: { colors } }) => colors.primary};
`
@ -31,6 +31,7 @@ export const Input = styled.input`
background-repeat: no-repeat;
background-position: center center;
background-image: url(/images/checkboxUnchecked.svg);
}
&:checked+${Label}::before {
@ -32,6 +32,7 @@ export const Input = styled.input`
background-image: url(/images/radioUnchecked.svg);