feat(editor): ✨ Add unlock/lock sidebar
This commit is contained in:
@ -90,6 +90,14 @@ const components = {
|
||||
_hover: { textDecoration: 'none' },
|
||||
},
|
||||
},
|
||||
Menu: {
|
||||
parts: ['list'],
|
||||
defaultProps: {
|
||||
list: {
|
||||
shadow: 'lg',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export const customTheme = extendTheme({ colors, fonts, components })
|
||||
|
Reference in New Issue
Block a user