From d066262cdd02890103e86f6852f7b67b4ac93c25 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sat, 4 Jan 2025 13:12:15 +0800 Subject: [PATCH] opt: toast text color Signed-off-by: bggRGjQaUbCoE --- lib/common/widgets/custom_toast.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/widgets/custom_toast.dart b/lib/common/widgets/custom_toast.dart index 2a5628a65..72a19cfca 100644 --- a/lib/common/widgets/custom_toast.dart +++ b/lib/common/widgets/custom_toast.dart @@ -25,7 +25,7 @@ class CustomToast extends StatelessWidget { msg, style: TextStyle( fontSize: 13, - color: Theme.of(context).colorScheme.primary, + color: Theme.of(context).colorScheme.onPrimaryContainer, ), ), );