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:
parent
75114e52f7
commit
25177e55f9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user