From e1bfdca65f6d19f20fff01fcb0dc0f05c7016eaf Mon Sep 17 00:00:00 2001 From: lydiacho Date: Fri, 1 Mar 2024 00:59:54 +0900 Subject: [PATCH] =?UTF-8?q?design:=20OriginFooter=20=EC=BB=AC=EB=9F=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/OriginFooter/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/OriginFooter/style.ts b/src/components/Footer/OriginFooter/style.ts index 6ae09bc7..000d8a6b 100644 --- a/src/components/Footer/OriginFooter/style.ts +++ b/src/components/Footer/OriginFooter/style.ts @@ -4,7 +4,7 @@ import { colors } from '@sopt-makers/colors'; export const Root = styled.footer` width: 100%; min-height: 162px; - background-color: ${colors.gray800}; + background-color: #202020; /* 태블릿 + 데스크탑 뷰 */ @media (min-width: 766px) {