-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit button style as per activeFeedbackModeColor #249
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add some more context to this? Why should the text have this specific text style?
child: Text(FeedbackLocalizations.of(context).submitButtonText, | ||
style: TextStyle( | ||
color: FeedbackTheme.of(context).activeFeedbackModeColor, | ||
)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
)), | |
),), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically, I am trying to fix #245 which will allow Submit button Color to be configurable
03c4c4c
to
c531f88
Compare
c531f88
to
68a0658
Compare
On my Local all tests are passing after updating golden images |
Are you developing on a Windows computer or on a Mac? If you're developing on a Windows machine that's probably the cause. In that case I'll update the golden images after merging. |
yes I am using windows :). |
@ueman Please let let me know if i should update PR without golden images or it can be merged with current changes |
📜 Description
Fixes #245
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
🔮 Next steps