diff --git a/polaris-react/src/components/ThemeProvider/ThemeProvider.stories.tsx b/polaris-react/src/components/ThemeProvider/ThemeProvider.stories.tsx index 01ad02d1748..8df84d7fc2c 100644 --- a/polaris-react/src/components/ThemeProvider/ThemeProvider.stories.tsx +++ b/polaris-react/src/components/ThemeProvider/ThemeProvider.stories.tsx @@ -37,7 +37,12 @@ export function Default() { - + + + + Light theme popover button + + } open={isSidekickMenuOpen} @@ -55,7 +60,14 @@ export function Default() { const notificationsMenu = ( } + activatorContent={ + + + + Dark theme popover button + + + } open={isNotificationsMenuOpen} onOpen={toggleIsNotificationsMenuOpen} onClose={toggleIsNotificationsMenuOpen}