feat: set white bg

This commit is contained in:
karishmas6
2024-10-24 15:53:55 +05:30
parent 061838a5fa
commit 53dcf3622a

View File

@@ -435,6 +435,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
marginLeft: '10px',
'& input': {
padding: '10px',
background: 'white',
},
}}
/>