From 8d1d24d8a2198bcab4ee7b3f441efa68fca35a76 Mon Sep 17 00:00:00 2001 From: Kypsis Date: Fri, 10 Feb 2023 20:50:39 +0200 Subject: [PATCH] fix: hotfix page title in storybook --- example/lib/src/storybook/storybook.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/example/lib/src/storybook/storybook.dart b/example/lib/src/storybook/storybook.dart index 9b3b5f04..531ade37 100644 --- a/example/lib/src/storybook/storybook.dart +++ b/example/lib/src/storybook/storybook.dart @@ -27,6 +27,7 @@ class StorybookPage extends StatelessWidget { initialStory: "Avatar", plugins: _plugins, wrapperBuilder: (context, child) => MaterialApp( + title: "Moon Design for Flutter", theme: ThemeData.light().copyWith(extensions: >[MoonTheme.light]), darkTheme: ThemeData.dark().copyWith(extensions: >[MoonTheme.dark]), useInheritedMediaQuery: true,