fix: remove custom styles

This commit is contained in:
amhsirak
2026-02-15 02:03:45 +05:30
parent 1a2f9bdd09
commit 7cf8b789ff

View File

@@ -1005,14 +1005,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
notify('info', 'Please select a different pagination element');
}
}}
sx={{
color: isDarkMode ? '#81c784' : '#2e7d32',
borderColor: isDarkMode ? '#81c784' : '#2e7d32',
'&:hover': {
borderColor: isDarkMode ? '#a5d6a7' : '#4caf50',
backgroundColor: isDarkMode ? '#1a3a1a' : '#f1f8f4',
}
}}
>
Choose Different Element
</Button>