Skip to content

Commit

Permalink
fix: [#60] fixed color border on Volunteer Module
Browse files Browse the repository at this point in the history
  • Loading branch information
annabranco committed Nov 5, 2020
1 parent 27703c2 commit be145c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nnk/src/components/controllers/MainPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MainPage = ({ state }) => {
colors={colors}
/>
</PageSection>
<PageSection size="large">
<PageSection size="large" colors={colors}>
<VolunteerModule texts={volunteerText} colors={colors} />
</PageSection>
</MainContainer>
Expand Down

0 comments on commit be145c9

Please sign in to comment.