feat: revert browser window border radius

This commit is contained in:
RohitR311
2025-01-08 23:37:46 +05:30
parent 56e2d78f22
commit 7c44280209

View File

@@ -379,7 +379,7 @@ export const BrowserWindow = () => {
}, [paginationMode, resetPaginationSelector]); }, [paginationMode, resetPaginationSelector]);
return ( return (
<div onClick={handleClick} style={{ width: '900px', height: "400px" , borderRadius: '8px 8px 0px 0px '}} id="browser-window"> <div onClick={handleClick} style={{ width: '900px' }} id="browser-window">
{ {
getText === true || getList === true ? ( getText === true || getList === true ? (
<GenericModal <GenericModal
@@ -406,11 +406,8 @@ export const BrowserWindow = () => {
sx={{ sx={{
color: '#ff00c3 !important', color: '#ff00c3 !important',
borderColor: '#ff00c3 !important', borderColor: '#ff00c3 !important',
'&:hover': { backgroundColor: 'whitesmoke !important',
borderColor: '#ff00c3 !important', }}
backgroundColor: 'whitesmoke !important',
}
}}
> >
<span style={{ <span style={{
display: 'block', display: 'block',