feat: set backgrodund of Paper as inherit

This commit is contained in:
karishmas6
2024-10-20 23:15:22 +05:30
parent 2ee24c5ee7
commit 6c36f7cffc

View File

@@ -374,7 +374,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
};
return (
<Paper variant="outlined" sx={{ height: '520px', width: 'auto', alignItems: "center" }} id="browser-actions">
<Paper variant="outlined" sx={{ height: '520px', width: 'auto', alignItems: "center", background: 'inherit' }} id="browser-actions">
<SimpleBox height={60} width='100%' background='lightGray' radius='0%'>
<Typography sx={{ padding: '10px' }}>Last action: {` ${lastAction}`}</Typography>
</SimpleBox>