From 9b42234ac70cdb2e98845e25a3c0868309e0ef59 Mon Sep 17 00:00:00 2001 From: wgh19 Date: Wed, 15 May 2024 22:30:18 +0800 Subject: [PATCH] fix message --- lib/components/message.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/message.dart b/lib/components/message.dart index b518d57..6333fe9 100644 --- a/lib/components/message.dart +++ b/lib/components/message.dart @@ -30,7 +30,7 @@ class ToastOverlay extends StatelessWidget { child: Align( alignment: Alignment.bottomCenter, child: PhysicalModel( - color: FluentTheme.of(context).cardColor.withOpacity(1), + color: FluentTheme.of(context).cardColor.withOpacity(0), borderRadius: BorderRadius.circular(4), elevation: 1, child: Container(