From b64a098de509f429441f5f19b86ed24fa3fc5d8c Mon Sep 17 00:00:00 2001 From: Caio Cabral Date: Mon, 2 Dec 2024 19:38:04 -0500 Subject: [PATCH] fix: color of bars when row is hovered --- Client/src/Components/Charts/BarChart/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/src/Components/Charts/BarChart/index.jsx b/Client/src/Components/Charts/BarChart/index.jsx index b1c46a9d6..a49fbc37d 100644 --- a/Client/src/Components/Charts/BarChart/index.jsx +++ b/Client/src/Components/Charts/BarChart/index.jsx @@ -44,7 +44,7 @@ const BarChart = ({ checks = [] }) => { position="relative" width={theme.spacing(4.5)} height="100%" - backgroundColor={theme.palette.background.fill} + backgroundColor={theme.palette.border.light} sx={{ borderRadius: theme.spacing(1.5), }}