Compare commits

...

1 Commits

Author SHA1 Message Date
Vikeo
9a6bfe49a1 fix player settings background colour 2024-05-22 00:23:38 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "life-trinket",
"private": true,
"version": "0.9.9",
"version": "0.9.91",
"type": "commonjs",
"engines": {
"node": ">=20",

View File

@@ -14,7 +14,7 @@ export const baseColors = {
background: {
default: '#08253B',
backdrop: 'rgba(0, 0, 0, 0.3)',
settings: 'rgba(20, 20, 0, 0.9)',
settings: 'rgba(0, 0, 0, 0.8)',
},
icons: {
dark: '#00000080',