Update
This commit is contained in:
ivan-sim
2023-10-13 08:35:14 +07:00
parent 740d113bd0
commit 44b1a153b1

View File

@@ -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',