mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: share button text color (#3913)
This commit is contained in:
parent
50e612511d
commit
765103dd22
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user