Skip to content

Commit

Permalink
fix: hotfix page title in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Feb 10, 2023
1 parent f3c2c26 commit 8d1d24d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/lib/src/storybook/storybook.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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: <ThemeExtension<dynamic>>[MoonTheme.light]),
darkTheme: ThemeData.dark().copyWith(extensions: <ThemeExtension<dynamic>>[MoonTheme.dark]),
useInheritedMediaQuery: true,
Expand Down

0 comments on commit 8d1d24d

Please sign in to comment.