LMSN-212
Update
This commit is contained in:
@@ -15,11 +15,9 @@ import { useEffect, useState } from 'react';
|
|||||||
import { format } from 'date-fns';
|
import { format } from 'date-fns';
|
||||||
|
|
||||||
const Item1 = styled(Paper)(({ theme }) => ({
|
const Item1 = styled(Paper)(({ theme }) => ({
|
||||||
backgroundColor: theme.palette.mode === 'dark' ? '#1A2027' : '#fff',
|
|
||||||
...theme.typography.body2,
|
...theme.typography.body2,
|
||||||
padding: theme.spacing(1),
|
padding: theme.spacing(1),
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: theme.palette.text.secondary,
|
|
||||||
backgroundColor: '#919EAB29',
|
backgroundColor: '#919EAB29',
|
||||||
color: '#637381',
|
color: '#637381',
|
||||||
width: 'fit-content',
|
width: 'fit-content',
|
||||||
|
|||||||
Reference in New Issue
Block a user