From 61a47f7862f7ec077855ff750865e10f1335cdb1 Mon Sep 17 00:00:00 2001 From: HendrikThePendric Date: Thu, 19 Dec 2024 15:29:04 +0100 Subject: [PATCH] fix: ensure itemfooter line has the same color as the lines in the intepretations component --- .../Item/VisualizationItem/styles/ItemFooter.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Item/VisualizationItem/styles/ItemFooter.module.css b/src/components/Item/VisualizationItem/styles/ItemFooter.module.css index 842cb06d3..8aea44210 100644 --- a/src/components/Item/VisualizationItem/styles/ItemFooter.module.css +++ b/src/components/Item/VisualizationItem/styles/ItemFooter.module.css @@ -9,7 +9,7 @@ margin-inline-end: 0px; block-size: 1px; border: none; - background-color: var(--colors-grey100); + background-color: var(--colors-grey400); } .cover:hover {