master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 3c3545abfe - Show all commits

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