Skip to content

Commit

Permalink
change white to theme's white
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrosio3 committed Jun 21, 2022
1 parent 9976f23 commit 932d635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/LinksColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const LinksColumn: React.FC<{ sectionKey: string; links: Array<string> }>

return (
<GridItem w="100%">
<VStack color="white" align="start" flexGrow={1}>
<VStack color="common.white" align="start" flexGrow={1}>
<Heading as="h6" size="xs">
{t(`footer.${sectionKey}.title`)}
</Heading>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/LogosSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SocialsSection } from './SocialsSection';
export const LogosSection = () => (
<Flex w="100%">
<Container pl={0}>
<BlackMarketLogo height={[19, 29, 34]} color="white" />
<BlackMarketLogo height={[19, 29, 34]} color="common.white" />
</Container>
<Container pr={0}>
<SocialsSection />
Expand Down

0 comments on commit 932d635

Please sign in to comment.