changed dogfood s3 bucket and fixed linting issues

This commit is contained in:
David Sun
2019-02-13 12:14:13 -05:00
parent 1681ba090c
commit 6619626486
2 changed files with 4 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ export class ModalContact extends React.Component<Props> {
>
Back
</Button>
<Button>Submit</Button>
<Button color={colors.white}>Submit</Button>
</ButtonRow>
</Form>
<Confirmation isSuccessful={isSuccessful}>
@@ -131,7 +131,7 @@ export class ModalContact extends React.Component<Props> {
We'll get back to you soon. If you need quick support in the meantime, reach out to the
0x team on Discord.
</Paragraph>
<Button onClick={this.props.onDismiss}>Done</Button>
<Button color={colors.white} onClick={this.props.onDismiss}>Done</Button>
</Confirmation>
</StyledDialogContent>
</DialogOverlay>
@@ -511,3 +511,4 @@ const Confirmation = styled.div<FormProps>`
margin-right: auto;
}
`;
// tslint:disable:max-file-line-count