diff --git a/client/src/pages/home/index.jsx b/client/src/pages/home/index.jsx index fcd5320..b07f0e0 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.35)', + background: 'rgba(0,0,0,0.3)', } : { color: 'black', - background: 'rgba(255,255,255,0.35)', + background: 'rgba(255,255,255,0.3)', } const backColor = isDark ? '0,0,0' : '255,255,255'; diff --git a/package.json b/package.json index 9b30817..4b594a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.5.0-unstable25", + "version": "0.5.0-unstable26", "description": "", "main": "test-server.js", "bugs": {