export const FormContent = styled.div`
  padding: 8px;
  color: ${(props) => props.theme.text};
  background: ${(props) => props.theme.paper};
`;