feat: browser-actions id

This commit is contained in:
karishmas6
2024-10-19 04:03:31 +05:30
parent 40e402d940
commit 626e9b8d42

View File

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