style(ui_kit): remove test style
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2dfbd59773
commit
3c3545abfe
@ -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()
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user