Remove borderColor prop

This commit is contained in:
Fred Carlsen
2018-12-10 13:00:45 +01:00
parent a617c801bc
commit 3e93442a43

View File

@@ -29,7 +29,6 @@ export const NextLaunchKit = () => (
<Section> <Section>
<Wrap> <Wrap>
<Column <Column
borderColor="#003831"
colWidth="1/3" colWidth="1/3"
isPadLarge={true} isPadLarge={true}
> >
@@ -41,7 +40,6 @@ export const NextLaunchKit = () => (
</WrapCentered> </WrapCentered>
</Column> </Column>
<Column <Column
borderColor="#003831"
colWidth="1/3" colWidth="1/3"
isPadLarge={true} isPadLarge={true}
> >
@@ -53,7 +51,6 @@ export const NextLaunchKit = () => (
</WrapCentered> </WrapCentered>
</Column> </Column>
<Column <Column
borderColor="#003831"
colWidth="1/3" colWidth="1/3"
isPadLarge={true} isPadLarge={true}
> >