fix: remove custom styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user