material-components / material-components-flutter-codelabs

Codelabs for Material Components for Flutter
212 stars 247 forks source link

MDC-103 - Step 9 - buttonColor. #146

Closed gushh closed 5 years ago

gushh commented 5 years ago

Hi! Following the instructions in step 9, the "next" button, of the login, does not change color correctly.

Inside _buildShrineTheme(), the code:

    buttonColor: kShrineAltYellow,

Produces: screenshot_1548759022

Maybe should be changed by:

    buttonTheme: base.buttonTheme.copyWith(
      buttonColor: kShrineAltYellow,
      textTheme: ButtonTextTheme.primary,
    ),

Produces: screenshot_1548759098

Thanks for all, and excuse my limited English. :argentina: :v:

rami-a commented 5 years ago

Thanks for filing this issue, I have updated the docs to reflect this fix!