From da2b8bdc4e0ae58ae3598a5cbc91eec7454c7304 Mon Sep 17 00:00:00 2001 From: Grzegorz Pokorski Date: Tue, 10 Oct 2023 17:18:54 +0200 Subject: [PATCH] fix: unify colors across the entire app (#918) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Miszczyszyn --- src/app/cart/page.tsx | 4 ++-- src/app/categories/[slug]/page.tsx | 2 +- src/app/error.tsx | 4 ++-- src/app/login/page.tsx | 2 +- src/app/products/[slug]/page.tsx | 4 ++-- src/app/products/page.tsx | 2 +- src/checkout/components/AddressSkeleton.tsx | 2 +- src/checkout/components/Button.tsx | 4 ++-- src/checkout/components/Divider/Divider.tsx | 2 +- src/checkout/components/SelectBox/SelectBox.tsx | 6 +++--- src/checkout/components/TextInput.tsx | 4 ++-- .../sections/DeliveryMethods/DeliveryMethodsSkeleton.tsx | 2 +- src/checkout/sections/PageHeader/LanguageSelect.tsx | 2 +- .../sections/PaymentSection/PaymentSectionSkeleton.tsx | 2 +- src/checkout/views/EmptyCartPage/EmptyCartPage.tsx | 2 +- .../views/OrderConfirmation/OrderConfirmationSkeleton.tsx | 2 +- src/ui/atoms/Loader.tsx | 2 +- src/ui/components/ActiveLink.tsx | 2 +- src/ui/components/Footer.tsx | 2 +- src/ui/components/LoginForm.tsx | 2 +- src/ui/components/Nav.tsx | 2 +- src/ui/components/Pagination.tsx | 2 +- src/ui/components/Topbar.tsx | 8 ++++---- src/ui/components/UserCard.tsx | 2 +- 24 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 2ddf740b3..624c91fea 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -23,7 +23,7 @@ export default async function Page() {