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 (
|
return (
|
||||||
<Accordion
|
<Accordion
|
||||||
disableGutters={true}
|
disableGutters={true}
|
||||||
sx={{ boxShadow: 'none' }}
|
sx={{
|
||||||
|
boxShadow: 'none',
|
||||||
|
'&:before': {
|
||||||
|
display: 'none',
|
||||||
|
},
|
||||||
|
}}
|
||||||
expanded={expanded}
|
expanded={expanded}
|
||||||
onChange={(_, expand) => {
|
onChange={(_, expand) => {
|
||||||
onExpandChange(expand);
|
onExpandChange(expand);
|
||||||
|
Loading…
Reference in New Issue
Block a user