ueman / feedback

A simple widget for getting better feedback.
https://pub.dev/packages/feedback
387 stars 93 forks source link

Use the Theme data to style the 'Submit' button #245

Closed dhurbhat closed 9 months ago

dhurbhat commented 10 months ago

Is your feature request related to a problem? Please describe. While Theme data is fine, the color of "Submit" button etc. is not updated.

Describe the solution you'd like In string_feedback.dart would be nice if the following style was added to the child: Text widget.

            style: TextStyle(
              color: FeedbackTheme.of(context).activeFeedbackModeColor,
            ) ,
ueman commented 10 months ago

Hey, are you willing to contribute this as a PR?

rohitbhoite commented 10 months ago

https://github.com/ueman/feedback/pull/249 Added fix in above PR.