From 725f18e314f53af542ad3e04586b7202d3be01d7 Mon Sep 17 00:00:00 2001 From: Rayyan Rasheed <64679235+RayyanRNKJ@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:42:15 +0530 Subject: [PATCH] fix: set body background to white (#399) --- src/components/Layout/Layout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout/Layout.js b/src/components/Layout/Layout.js index b7015574..e3c07dfe 100644 --- a/src/components/Layout/Layout.js +++ b/src/components/Layout/Layout.js @@ -37,6 +37,7 @@ const globalStyles = css` } body { + background: ${colors.lightest}; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05); color: ${colors.text}; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,