From a4aa2aea904081ff49e9cfc173c35770a019c587 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:18:22 +0200 Subject: [PATCH] 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> --- packages/widgets/src/system-resources/chart/common-chart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/widgets/src/system-resources/chart/common-chart.tsx b/packages/widgets/src/system-resources/chart/common-chart.tsx index 3a5496eb3..40760abdd 100644 --- a/packages/widgets/src/system-resources/chart/common-chart.tsx +++ b/packages/widgets/src/system-resources/chart/common-chart.tsx @@ -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 && (