From ec5289081c9e31b18bf7dd6cc3f99c76d7bb036e Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Wed, 17 May 2023 13:01:27 +0100 Subject: [PATCH] [release] version 0.5.0-unstable27 --- client/src/pages/home/index.jsx | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/pages/home/index.jsx b/client/src/pages/home/index.jsx index b07f0e0..84d23ca 100644 --- a/client/src/pages/home/index.jsx +++ b/client/src/pages/home/index.jsx @@ -47,10 +47,10 @@ const HomePage = () => { const appColor = isDark ? { color: 'white', - background: 'rgba(0,0,0,0.3)', + background: 'rgba(0,0,0,0.35)', } : { color: 'black', - background: 'rgba(255,255,255,0.3)', + background: 'rgba(255,255,255,0.35)', } const backColor = isDark ? '0,0,0' : '255,255,255'; @@ -85,7 +85,7 @@ const HomePage = () => {