feat: ui changes

This commit is contained in:
Ibrahima G. Coulibaly
2025-02-25 06:17:10 +00:00
parent 8917c3c2ec
commit d4c544609a
35 changed files with 190 additions and 68 deletions

View File

@@ -50,9 +50,18 @@ const Navbar: React.FC = () => {
return (
<AppBar
position="static"
style={{ backgroundColor: 'white', color: 'black' }}
style={{
backgroundColor: 'white',
color: 'black'
}}
>
<Toolbar sx={{ justifyContent: 'space-between', alignItems: 'center' }}>
<Toolbar
sx={{
justifyContent: 'space-between',
alignItems: 'center',
boxShadow: '0px 2px 2px #C8C9CE'
}}
>
<img
onClick={() => navigate('/')}
style={{ cursor: 'pointer' }}