fix: lemonade theme issues (#3686)

This commit is contained in:
Yijing Huang
2023-10-15 07:12:25 -07:00
committed by GitHub
parent bc758e0b06
commit 8699c9c125
5 changed files with 6 additions and 4 deletions

View File

@ -104,6 +104,7 @@ class DatabaseShareActionListState extends State<DatabaseShareActionList> {
buildChild: (controller) {
return RoundedTextButton(
title: LocaleKeys.shareAction_buttonText.tr(),
textColor: Theme.of(context).colorScheme.onSurface,
onPressed: () => controller.show(),
);
},