diff --git a/assets/base.css b/assets/base.css index af58c1b0f..3c962b16c 100644 --- a/assets/base.css +++ b/assets/base.css @@ -17,9 +17,12 @@ --red: #da3c3c; --pink: #e64980; --purple: #f81ce5; - --violet: #5f3dc4; + --blue: #0070f3; + --violet-light: #7048e8; + --violet: #5f3dc4; + --accents-0: #f8f9fa; --accents-1: #f1f3f5; --accents-2: #e9ecef; diff --git a/components/core/Footer/Footer.tsx b/components/core/Footer/Footer.tsx index 83bde14b0..e98cf1bda 100644 --- a/components/core/Footer/Footer.tsx +++ b/components/core/Footer/Footer.tsx @@ -4,7 +4,7 @@ import Link from 'next/link' import type { Page } from '@lib/bigcommerce/api/operations/get-all-pages' import getSlug from '@utils/get-slug' import { Logo, Container } from '@components/ui' -import { Github } from '@components/icon' +import { Github, DoubleChevron } from '@components/icon' interface Props { className?: string @@ -21,7 +21,7 @@ const Footer: FC = ({ className, pages }) => { return (