1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 07:24:25 +02:00

Improve background color specification (#14176)

This commit is contained in:
woxtu
2024-07-11 16:29:18 +09:00
committed by GitHub
parent 52d8a54fc7
commit 679318541a
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ const meterStyle = computed(() => {
h: 180 - (usage.value / capacity.value * 180),
s: 0.7,
l: 0.5,
}),
}).toHslString(),
};
});