"""
import styled from '@emotion/styled';
import React from 'react';
import { useDispatch } from 'react-redux';
const WillsTable = styled('div')(({ theme }) => ({
backgroundColor: theme.palette.background.paper,
}));
"""
Property 'palette' does not exist on type 'Theme'.
Suggest a solution for the abover error. and update the current code with newer.