diff --git a/frontend/current_screen.png b/frontend/current_screen.png index 278a9b53..2f853225 100644 Binary files a/frontend/current_screen.png and b/frontend/current_screen.png differ diff --git a/frontend/src/design-system/tokens.css b/frontend/src/design-system/tokens.css index 4b28144d..74f2fa03 100644 --- a/frontend/src/design-system/tokens.css +++ b/frontend/src/design-system/tokens.css @@ -238,10 +238,12 @@ } /* Odd row zebra stripe override for legacy/custom grid cells */ -.ag-row-odd { - background-color: #f8fafc !important; +.ag-row-odd, +.ag-row-odd .ag-cell { + background-color: #f1f5f9 !important; /* Noticeable Slate Zebra Stripe Tint (#f1f5f9) */ } -.ag-row-even { +.ag-row-even, +.ag-row-even .ag-cell { background-color: #ffffff !important; } .ag-row-selected,