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:
@ -112,7 +112,7 @@ class ShareActionListState extends State<ShareActionList> {
|
|||||||
return RoundedTextButton(
|
return RoundedTextButton(
|
||||||
title: LocaleKeys.shareAction_buttonText.tr(),
|
title: LocaleKeys.shareAction_buttonText.tr(),
|
||||||
onPressed: () => controller.show(),
|
onPressed: () => controller.show(),
|
||||||
textColor: Theme.of(context).colorScheme.onSurface,
|
textColor: Theme.of(context).colorScheme.onPrimary,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
onSelected: (action, controller) async {
|
onSelected: (action, controller) async {
|
||||||
|
Reference in New Issue
Block a user