const Button = styled.button` width: 100%; height: 32px; border-radius: 6px; background-color: var(--button-color); line-height: 32px; border: none; font-size: 14px; font-weight: 500; color: var(--button-text-color); `; return <Button>Verify</Button>;