1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 15:15:45 +02:00
This commit is contained in:
syuilo
2026-04-21 19:42:55 +09:00
parent 7b80da7737
commit 2f34f1c6f1
3 changed files with 1 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ export const desktopPc = defineObject({
},
default: {
bodyColor: [0.05, 0.05, 0.05],
coverColor: [0.9, 0.9, 0.9],
coverColor: [0.85, 0.85, 0.85],
inner1Color: [1, 1, 1],
inner2Color: [1, 1, 1],
inner3Color: [0.1, 0.1, 0.1],