From b9a4c38e9a8d5a68d3a5a8f334e47f3498686d43 Mon Sep 17 00:00:00 2001 From: spaenleh Date: Thu, 2 May 2024 08:02:36 +0200 Subject: [PATCH] fix: use transparent background --- public/mockServiceWorker.js | 2 +- src/modules/Root.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/mockServiceWorker.js b/public/mockServiceWorker.js index 51d85eee..c88cfe02 100644 --- a/public/mockServiceWorker.js +++ b/public/mockServiceWorker.js @@ -2,7 +2,7 @@ /* tslint:disable */ /** - * Mock Service Worker (1.3.2). + * Mock Service Worker (1.3.3). * @see https://github.com/mswjs/msw * - Please do NOT modify this file. * - Please do NOT serve this file on production. diff --git a/src/modules/Root.tsx b/src/modules/Root.tsx index e8ef6255..b79bbbd0 100644 --- a/src/modules/Root.tsx +++ b/src/modules/Root.tsx @@ -55,6 +55,7 @@ const theme = createTheme({ secondary: pink, default: grey['500'], background: { + default: 'transparent', paper: '#fff', }, },