I have a styled component I need to reuse. It looks like this:
export const FormFooter = styled.div( ({ theme }) => ` padding: ${theme.spacing(3)}px; bor