diff --git a/packages/wyatt_ui_kit/example/lib/bars/bars.dart b/packages/wyatt_ui_kit/example/lib/bars/bars.dart index 4d58790c..c2254916 100644 --- a/packages/wyatt_ui_kit/example/lib/bars/bars.dart +++ b/packages/wyatt_ui_kit/example/lib/bars/bars.dart @@ -77,7 +77,7 @@ class Bars extends DemoPage { ), ], navigationItems: [ - 'ACCEUIL'.wrap(style: const TextStyle(color: Colors.red)), + 'ACCEUIL'.wrap(), 'VOTRE PROGRAMME'.wrap(), 'LE STUDIO'.wrap(), 'SAVOIR FAIRE'.wrap() diff --git a/packages/wyatt_ui_kit/example/lib/theme/top_bar_theme.dart b/packages/wyatt_ui_kit/example/lib/theme/top_bar_theme.dart index f5291d6f..218f223e 100644 --- a/packages/wyatt_ui_kit/example/lib/theme/top_bar_theme.dart +++ b/packages/wyatt_ui_kit/example/lib/theme/top_bar_theme.dart @@ -25,7 +25,6 @@ class TopAppBarTheme extends TopBarThemeExtension { subTitleStyle: GoogleFonts.montserrat( fontWeight: FontWeight.w400, color: const Color.fromRGBO(36, 38, 42, 1), - fontStyle: FontStyle.italic, fontSize: 18, ), iconTheme: const IconThemeData(color: Color.fromRGBO(36, 38, 42, 1)), @@ -44,7 +43,6 @@ class TopAppBarTheme extends TopBarThemeExtension { ), subTitleStyle: GoogleFonts.montserrat( fontWeight: FontWeight.w400, - fontStyle: FontStyle.italic, fontSize: 18, ), iconTheme: const IconThemeData(color: Colors.white),