fix: system resources widget opacity support for transparent backgrounds (#3835)

Co-authored-by: ajnart <49837342+ajnart@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot
2025-08-29 20:18:22 +02:00
committed by GitHub
parent 10feaa37ce
commit a4aa2aea90

View File

@@ -42,7 +42,7 @@ export const CommonChart = ({
pos={"relative"}
style={{ overflow: "visible" }}
p={0}
bg={data.length <= 1 ? backgroundColor : undefined}
bg={backgroundColor}
radius={board.itemRadius}
>
{data.length > 1 && height > 40 && !hovered && (