1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

feat: Remove accordion line (#7205)

This commit is contained in:
Mateusz Kwasniewski 2024-05-29 11:28:51 +02:00 committed by GitHub
parent 75114e52f7
commit 25177e55f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,12 @@ export const SecondaryNavigation: FC<{
return (
<Accordion
disableGutters={true}
sx={{ boxShadow: 'none' }}
sx={{
boxShadow: 'none',
'&:before': {
display: 'none',
},
}}
expanded={expanded}
onChange={(_, expand) => {
onExpandChange(expand);