Skip to content
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

The Text Color for The buttons Rate and others is white and there is no option to change it. #127

Open
Pbonmars-20031006 opened this issue Dec 6, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Pbonmars-20031006
Copy link

The Text Color for The buttons Rate and others is white and there is no option to change it. I can't seem to change the colour. Please help

My Implementation
rateMyApp.init().then((_) {
rateMyApp.conditions.forEach((condition) {
if (condition is DebuggableCondition) {
print(condition.valuesAsString);
}
});
if (rateMyApp.shouldOpenDialog) {
rateMyApp.showRateDialog(
context,
title: 'Your Feedback',
message:
'If you like this app, please take a little bit of your time to review it!',
rateButton: 'Rate',
// noButton: 'NO THANKS',
laterButton: 'Maybe Later',
dialogStyle: const DialogStyle(
//dialogShape: ShapeBorder,
titleAlign: TextAlign.center,
titleStyle: TextStyle(
color: Colors.black,
),
),
ignoreNativeDialog: true,
onDismissed: () =>
rateMyApp.callEvent(RateMyAppEventType.laterButtonPressed),
);
}
});

Screenshots
Screenshot_1670324470

Additional context
Add any other context about the problem here.

@Pbonmars-20031006 Pbonmars-20031006 added the bug Something isn't working label Dec 6, 2022
@Skyost
Copy link
Owner

Skyost commented Dec 6, 2022

If you open another dialog (without RateMyApp), are your buttons still white ?

@Pbonmars-20031006
Copy link
Author

No
they seem to be working fine

@Skyost
Copy link
Owner

Skyost commented Dec 27, 2022

Okay, this should not happen. Anyway, you can change your buttons color using a custom actionsBuilder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants