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:
@@ -95,7 +95,7 @@ const meterStyle = computed(() => {
|
||||
h: 180 - (usage.value / capacity.value * 180),
|
||||
s: 0.7,
|
||||
l: 0.5,
|
||||
}),
|
||||
}).toHslString(),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user