[release] version 0.5.0-unstable26

This commit is contained in:
Yann Stepienik 2023-05-17 13:00:48 +01:00
parent 1722f3f832
commit 98abbfe7bc
2 changed files with 3 additions and 3 deletions

View file

@ -47,10 +47,10 @@ const HomePage = () => {
const appColor = isDark ? { const appColor = isDark ? {
color: 'white', color: 'white',
background: 'rgba(0,0,0,0.35)', background: 'rgba(0,0,0,0.3)',
} : { } : {
color: 'black', 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'; const backColor = isDark ? '0,0,0' : '255,255,255';

View file

@ -1,6 +1,6 @@
{ {
"name": "cosmos-server", "name": "cosmos-server",
"version": "0.5.0-unstable25", "version": "0.5.0-unstable26",
"description": "", "description": "",
"main": "test-server.js", "main": "test-server.js",
"bugs": { "bugs": {