feat: add style to select attribute button

This commit is contained in:
RohitR311
2025-01-08 17:47:11 +05:30
parent 843db67773
commit 8ea90a7c2a

View File

@@ -403,6 +403,14 @@ export const BrowserWindow = () => {
overflow: 'hidden', overflow: 'hidden',
padding: '5px 10px', padding: '5px 10px',
}} }}
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
'&:hover': {
borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important',
}
}}
> >
<span style={{ <span style={{
display: 'block', display: 'block',