From f32a49ec303eb74ec2955c50bfc9262a0bffac84 Mon Sep 17 00:00:00 2001 From: Mayank Tripathi <70465598+Mayank-Tripathi32@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:17:13 +0530 Subject: [PATCH] Fix: Fixed styling tab not opening on themes without style variations on mobile & desktop (#67537) Co-authored-by: Mayank-Tripathi32 Co-authored-by: annezazu --- .../sidebar-navigation-screen-global-styles/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-global-styles/index.js b/packages/edit-site/src/components/sidebar-navigation-screen-global-styles/index.js index 4023ba436b8659..ad3a62e5cd5622 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-global-styles/index.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen-global-styles/index.js @@ -41,7 +41,13 @@ export function SidebarNavigationItemGlobalStyles( props ) { /> ); } - return ; + return ( + + ); } export default function SidebarNavigationScreenGlobalStyles() {