mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
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:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user