LMSN-212
Update
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user