refactor: menu component props and toolbar menu item colors [skip e2e]
This commit is contained in:
@@ -115,7 +115,7 @@ const QuickSettingsMenu: FunctionComponent<MenuProps> = ({ closeMenu }) => {
|
||||
}, [deactivateAnyNonLayerableTheme])
|
||||
|
||||
return (
|
||||
<Menu a11yLabel="Quick settings menu" isOpen>
|
||||
<Menu a11yLabel="Quick settings menu">
|
||||
{editorStackComponents.length > 0 && (
|
||||
<MenuSection title="Tools">
|
||||
{editorStackComponents.map((component) => (
|
||||
|
||||
Reference in New Issue
Block a user