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, ), ), );