edited search bar

This commit is contained in:
Laura Dolibois
2025-06-10 22:23:43 +02:00
parent 296fcbda39
commit aef19bc240

View File

@@ -121,7 +121,23 @@ export default function NavBar() {
<SearchIcon sx={{ color: "white", mr: 1 }} />
),
}}
sx={{
'& .MuiOutlinedInput-root': {
'& fieldset': {
borderColor: 'white',
borderWidth: '1px',
},
'&:hover fieldset': {
borderColor: 'white',
},
'&.Mui-focused fieldset': {
borderColor: 'white',
},
},
input: {
color: 'white',
},
}}
/>
)}
/>