mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-05-02 17:19:51 -05:00
[release] version 0.5.0-unstable26
This commit is contained in:
@@ -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';
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cosmos-server",
|
||||
"version": "0.5.0-unstable25",
|
||||
"version": "0.5.0-unstable26",
|
||||
"description": "",
|
||||
"main": "test-server.js",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user