import React from 'react'; import styled from 'styled-components'; import { FFormGroup, FEditableText, FormattedMessage as T } from 'components'; export function PaymentReceiveFormFootetLeft() { return ( {/* --------- Statement--------- */} } hintText={'Will be displayed on the Payment'} > ); } const StatementFormGroup = styled(FFormGroup)` &.bp3-form-group { margin-bottom: 40px; .bp3-label { font-size: 12px; margin-bottom: 12px; } .bp3-form-content { margin-left: 10px; } } `;