feat: change bg as per theme

This commit is contained in:
amhsirak
2026-02-15 02:01:51 +05:30
parent 03204a7851
commit 1a2f9bdd09

View File

@@ -920,8 +920,8 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
p: 2, p: 2,
mb: 1, mb: 1,
borderRadius: '8px', borderRadius: '8px',
backgroundColor: isDarkMode ? '#1a3a1a' : '#e8f5e9', backgroundColor: isDarkMode ? '#f4f6f4' : '#f4f6f4',
border: `1px solid ${isDarkMode ? '#2e7d32' : '#4caf50'}`, border: `1px solid ${isDarkMode ? '#f4f6f4' : '#f4f6f4'}`,
}} }}
> >
<Typography <Typography