diff options
Diffstat (limited to 'packages/website/ts/pages/instant/instant.tsx')
-rw-r--r-- | packages/website/ts/pages/instant/instant.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/website/ts/pages/instant/instant.tsx b/packages/website/ts/pages/instant/instant.tsx index 87d6a64d4..eaaeb1689 100644 --- a/packages/website/ts/pages/instant/instant.tsx +++ b/packages/website/ts/pages/instant/instant.tsx @@ -47,14 +47,14 @@ export class Instant extends React.Component<InstantProps, InstantState> { <TopBar blockchainIsLoaded={false} location={this.props.location} - style={{ backgroundColor: colors.instantBackground, position: 'relative' }} + style={{ backgroundColor: colors.instantPrimaryBackground, position: 'relative' }} translate={this.props.translate} isNightVersion={true} /> - <Container backgroundColor={colors.instantBackground} /> + <Container backgroundColor={colors.instantPrimaryBackground} /> <Introducing0xInstant /> <Screenshots /> - <Features /> + <Features screenWidth={this.props.screenWidth} /> <Footer translate={this.props.translate} dispatcher={this.props.dispatcher} /> </Container> ); |