From 6d5dbf3145d3e4b12087ad1aaf7f2c79a4ab8e9f Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Mon, 5 Jun 2023 17:13:31 -0700 Subject: [PATCH] IO-2281 Hover Row Color --- client/src/App/App.styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index b57e94677..ddf87ac42 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -145,7 +145,7 @@ //Update row highlighting on production board. .ant-table-tbody > tr.ant-table-row:hover > td { - background: #eaeaea !important; + background: #e7f3ff !important; } .job-line-manual {