fix: remove custom styles

This commit is contained in:
amhsirak
2026-02-15 02:14:19 +05:30
parent 8acc3dfcca
commit 9d52302c1d

View File

@@ -1006,6 +1006,14 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
notify('info', 'Please select a different pagination element');
}
}}
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
'&:hover': {
borderColor: '#ff00c3 !important',
backgroundColor: '#f4f6f4 !important',
}
}}
>
Choose Different Element
</Button>