Skip to content

Commit

Permalink
Update Homepage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Oct 9, 2020
1 parent c6f6ba8 commit aa94300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gatsby-theme-carbon/templates/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from 'react';
import { HomepageCallout, ResourceCard } from 'gatsby-theme-carbon';
import HomepageTemplate from 'gatsby-theme-carbon/src/templates/Homepage';
import { blue90, gray10 } from '@carbon/elements';
import { blue90, gray10, white } from '@carbon/elements';
import styles from './Homepage.module.scss';
import HomepageVideo from '../../components/HomepageVideo/HomepageVideo';

Expand Down Expand Up @@ -70,7 +70,7 @@ const customProps = {
<HomepageCallout
leftText={SecondLeftText}
rightText={SecondRightText}
color={gray10}
color={white}
backgroundColor={blue90}
/>
),
Expand Down

0 comments on commit aa94300

Please sign in to comment.