mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
fix message
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user