Closed gushh closed 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:
_buildShrineTheme()
buttonColor: kShrineAltYellow,
Produces:
Maybe should be changed by:
buttonTheme: base.buttonTheme.copyWith( buttonColor: kShrineAltYellow, textTheme: ButtonTextTheme.primary, ),
Thanks for all, and excuse my limited English. :argentina: :v:
Thanks for filing this issue, I have updated the docs to reflect this fix!
Hi! Following the instructions in step 9, the "next" button, of the login, does not change color correctly.
Inside
_buildShrineTheme()
, the code:Produces:
Maybe should be changed by:
Produces:
Thanks for all, and excuse my limited English. :argentina: :v: