chore: share button text color (#3913)

This commit is contained in:
Richard Shiue 2023-11-12 23:41:10 +08:00 committed by GitHub
parent 50e612511d
commit 765103dd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ class ShareActionListState extends State<ShareActionList> {
return RoundedTextButton(
title: LocaleKeys.shareAction_buttonText.tr(),
onPressed: () => controller.show(),
textColor: Theme.of(context).colorScheme.onSurface,
textColor: Theme.of(context).colorScheme.onPrimary,
);
},
onSelected: (action, controller) async {