master #81

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

View File

@ -77,7 +77,7 @@ class CardThemeExtensionImpl extends CardThemeExtension {
radius: const BorderRadius.all(Radius.circular(12)), radius: const BorderRadius.all(Radius.circular(12)),
padding: const EdgeInsets.all(25), padding: const EdgeInsets.all(25),
stroke: 1, stroke: 1,
backgroundColors: WyattColors.grayBgOpacityGradient, backgroundColors: MultiColor.single(WyattColors.light.withOpacity(0.04)),
borderColors: WyattColors.grayGradient, borderColors: WyattColors.grayGradient,
titleStyle: theme.textTheme.titleLarge?.copyWith( titleStyle: theme.textTheme.titleLarge?.copyWith(
fontSize: 26, fontSize: 26,

View File

@ -35,7 +35,7 @@ class TextInputThemeExtensionImpl extends TextInputThemeExtension {
normalStyle: TextInputStyle( normalStyle: TextInputStyle(
radius: BorderRadius.circular(12), radius: BorderRadius.circular(12),
borderColors: const Color.fromRGBO(221, 224, 227, 1), borderColors: const Color.fromRGBO(221, 224, 227, 1),
labelStyle: theme.textTheme.labelLarge?.copyWith( labelStyle: theme.textTheme.labelMedium?.copyWith(
color: const Color.fromRGBO(55, 65, 81, 1), color: const Color.fromRGBO(55, 65, 81, 1),
), ),
inputStyle: theme.textTheme.bodyMedium?.copyWith( inputStyle: theme.textTheme.bodyMedium?.copyWith(
@ -45,7 +45,7 @@ class TextInputThemeExtensionImpl extends TextInputThemeExtension {
focusedStyle: TextInputStyle( focusedStyle: TextInputStyle(
radius: BorderRadius.circular(12), radius: BorderRadius.circular(12),
borderColors: const Color.fromRGBO(60, 125, 251, 1), borderColors: const Color.fromRGBO(60, 125, 251, 1),
labelStyle: theme.textTheme.labelLarge?.copyWith( labelStyle: theme.textTheme.labelMedium?.copyWith(
color: const Color.fromRGBO(55, 65, 81, 1), color: const Color.fromRGBO(55, 65, 81, 1),
), ),
inputStyle: theme.textTheme.bodyMedium?.copyWith( inputStyle: theme.textTheme.bodyMedium?.copyWith(
@ -55,7 +55,7 @@ class TextInputThemeExtensionImpl extends TextInputThemeExtension {
invalidStyle: TextInputStyle( invalidStyle: TextInputStyle(
radius: BorderRadius.circular(12), radius: BorderRadius.circular(12),
borderColors: const Color.fromRGBO(244, 68, 100, 1), borderColors: const Color.fromRGBO(244, 68, 100, 1),
labelStyle: theme.textTheme.labelLarge?.copyWith( labelStyle: theme.textTheme.labelMedium?.copyWith(
color: const Color.fromRGBO(244, 68, 100, 1), color: const Color.fromRGBO(244, 68, 100, 1),
), ),
inputStyle: theme.textTheme.bodyMedium?.copyWith( inputStyle: theme.textTheme.bodyMedium?.copyWith(
@ -65,7 +65,7 @@ class TextInputThemeExtensionImpl extends TextInputThemeExtension {
disabledStyle: TextInputStyle( disabledStyle: TextInputStyle(
radius: BorderRadius.circular(12), radius: BorderRadius.circular(12),
borderColors: const Color.fromRGBO(229, 231, 235, 1), borderColors: const Color.fromRGBO(229, 231, 235, 1),
labelStyle: theme.textTheme.labelLarge?.copyWith( labelStyle: theme.textTheme.labelMedium?.copyWith(
color: const Color.fromRGBO(156, 163, 175, 1), color: const Color.fromRGBO(156, 163, 175, 1),
), ),
inputStyle: theme.textTheme.bodyMedium?.copyWith( inputStyle: theme.textTheme.bodyMedium?.copyWith(
@ -81,7 +81,7 @@ class TextInputThemeExtensionImpl extends TextInputThemeExtension {
normalStyle: TextInputStyle( normalStyle: TextInputStyle(
radius: BorderRadius.circular(12), radius: BorderRadius.circular(12),
borderColors: const Color.fromRGBO(96, 101, 106, 1), borderColors: const Color.fromRGBO(96, 101, 106, 1),
labelStyle: theme.textTheme.labelLarge?.copyWith( labelStyle: theme.textTheme.labelMedium?.copyWith(
color: const Color.fromRGBO(204, 204, 204, 1), color: const Color.fromRGBO(204, 204, 204, 1),
), ),
inputStyle: theme.textTheme.bodyMedium?.copyWith( inputStyle: theme.textTheme.bodyMedium?.copyWith(
@ -91,7 +91,7 @@ class TextInputThemeExtensionImpl extends TextInputThemeExtension {
focusedStyle: TextInputStyle( focusedStyle: TextInputStyle(
radius: BorderRadius.circular(12), radius: BorderRadius.circular(12),
borderColors: const Color.fromRGBO(60, 125, 251, 1), borderColors: const Color.fromRGBO(60, 125, 251, 1),
labelStyle: theme.textTheme.labelLarge?.copyWith( labelStyle: theme.textTheme.labelMedium?.copyWith(
color: const Color.fromRGBO(204, 204, 204, 1), color: const Color.fromRGBO(204, 204, 204, 1),
), ),
inputStyle: theme.textTheme.bodyMedium?.copyWith( inputStyle: theme.textTheme.bodyMedium?.copyWith(
@ -101,7 +101,7 @@ class TextInputThemeExtensionImpl extends TextInputThemeExtension {
invalidStyle: TextInputStyle( invalidStyle: TextInputStyle(
radius: BorderRadius.circular(12), radius: BorderRadius.circular(12),
borderColors: const Color.fromRGBO(244, 68, 100, 1), borderColors: const Color.fromRGBO(244, 68, 100, 1),
labelStyle: theme.textTheme.labelLarge?.copyWith( labelStyle: theme.textTheme.labelMedium?.copyWith(
color: const Color.fromRGBO(244, 68, 100, 1), color: const Color.fromRGBO(244, 68, 100, 1),
), ),
inputStyle: theme.textTheme.bodyMedium?.copyWith( inputStyle: theme.textTheme.bodyMedium?.copyWith(
@ -111,7 +111,7 @@ class TextInputThemeExtensionImpl extends TextInputThemeExtension {
disabledStyle: TextInputStyle( disabledStyle: TextInputStyle(
radius: BorderRadius.circular(12), radius: BorderRadius.circular(12),
borderColors: const Color.fromRGBO(96, 101, 106, 1), borderColors: const Color.fromRGBO(96, 101, 106, 1),
labelStyle: theme.textTheme.labelLarge?.copyWith( labelStyle: theme.textTheme.labelMedium?.copyWith(
color: const Color.fromRGBO(96, 101, 106, 1), color: const Color.fromRGBO(96, 101, 106, 1),
), ),
inputStyle: theme.textTheme.bodyMedium?.copyWith( inputStyle: theme.textTheme.bodyMedium?.copyWith(