diff --git a/src/components/LastUpdatedCell/LastUpdatedCell.js b/src/components/LastUpdatedCell/LastUpdatedCell.js index cae525c..3d32008 100644 --- a/src/components/LastUpdatedCell/LastUpdatedCell.js +++ b/src/components/LastUpdatedCell/LastUpdatedCell.js @@ -26,7 +26,7 @@ export default function LastUpdatedCell({ time, ItemTableCellProps }) { const week = day * 7; const month = week * 4; - let backgroundColor = theme.palette.background.paper; + let backgroundColor = "inherit"; // 1-6 days old if (timeDelta > day && timeDelta <= week) {