From 44b1a153b173058f92b35e8a60d4294d2ea233fe Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Fri, 13 Oct 2023 08:35:14 +0700 Subject: [PATCH] LMSN-212 Update --- frontend/client-portal/src/pages/ClaimReport/DetailTimeline.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/client-portal/src/pages/ClaimReport/DetailTimeline.tsx b/frontend/client-portal/src/pages/ClaimReport/DetailTimeline.tsx index 18399f23..4a1b2064 100644 --- a/frontend/client-portal/src/pages/ClaimReport/DetailTimeline.tsx +++ b/frontend/client-portal/src/pages/ClaimReport/DetailTimeline.tsx @@ -15,11 +15,9 @@ import { useEffect, useState } from 'react'; import { format } from 'date-fns'; const Item1 = styled(Paper)(({ theme }) => ({ - backgroundColor: theme.palette.mode === 'dark' ? '#1A2027' : '#fff', ...theme.typography.body2, padding: theme.spacing(1), textAlign: 'center', - color: theme.palette.text.secondary, backgroundColor: '#919EAB29', color: '#637381', width: 'fit-content',