style(ui_kit): remove test style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Malo Léon 2023-02-22 19:29:39 +01:00
parent 2dfbd59773
commit 3c3545abfe
2 changed files with 1 additions and 3 deletions

View File

@ -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()

View File

@ -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),