Skip to content

Commit

Permalink
Update Vox button label (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano authored Sep 18, 2024
1 parent ad376b7 commit 541289e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Layout/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ import { styled } from '@mui/material/styles'
const VoxButton = styled(Button)({
variant: 'outlined',
backgroundColor: 'rgb(248, 240, 255)',
border: '1px solid #E9D1F8',
color: '#9f60f0',
'&:hover': {
backgroundColor: '#f0eafa',
color: '#9f60f0',
},
'&:visited': {
color: '#9f60f0',
},
})

const Navigation = ({ drawerWidth }) => {
Expand Down Expand Up @@ -78,7 +80,7 @@ const Navigation = ({ drawerWidth }) => {
</svg>
}
>
VOX
Espace militant
</VoxButton>
</Stack>
<Box
Expand Down

0 comments on commit 541289e

Please sign in to comment.