From d4ebf69bc776aa7a5f39301089e7a4eb85f379f9 Mon Sep 17 00:00:00 2001 From: Jakub Majorek Date: Tue, 28 Sep 2021 14:25:00 +0200 Subject: [PATCH] Remove image white background in dark mode (#1432) (#1446) Co-authored-by: Kamil Pastuszka <33246308+kamilpastuszka@users.noreply.github.com> --- .../components/ProductMediaNavigation/ProductMediaNavigation.tsx | 1 - src/products/components/ProductMediaPage/ProductMediaPage.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/products/components/ProductMediaNavigation/ProductMediaNavigation.tsx b/src/products/components/ProductMediaNavigation/ProductMediaNavigation.tsx index a7dedaddd..1818a77d6 100644 --- a/src/products/components/ProductMediaNavigation/ProductMediaNavigation.tsx +++ b/src/products/components/ProductMediaNavigation/ProductMediaNavigation.tsx @@ -28,7 +28,6 @@ const useStyles = makeStyles( width: "100%" }, imageContainer: { - background: "#ffffff", border: "2px solid #eaeaea", borderRadius: theme.spacing(), cursor: "pointer", diff --git a/src/products/components/ProductMediaPage/ProductMediaPage.tsx b/src/products/components/ProductMediaPage/ProductMediaPage.tsx index 77ba44d03..4b6b3c655 100644 --- a/src/products/components/ProductMediaPage/ProductMediaPage.tsx +++ b/src/products/components/ProductMediaPage/ProductMediaPage.tsx @@ -47,7 +47,6 @@ const useStyles = makeStyles( width: "100%", maxHeight: 420 }, - background: "#ffffff", border: "1px solid #eaeaea", borderRadius: theme.spacing(), margin: `0 auto ${theme.spacing(2)}px`,