Improve background color specification (#14176)
This commit is contained in:
parent
52d8a54fc7
commit
679318541a
2 changed files with 4 additions and 4 deletions
|
|
@ -95,7 +95,7 @@ const meterStyle = computed(() => {
|
|||
h: 180 - (usage.value / capacity.value * 180),
|
||||
s: 0.7,
|
||||
l: 0.5,
|
||||
}),
|
||||
}).toHslString(),
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue