We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60eaecb commit 1682d78Copy full SHA for 1682d78
lib/utils/MessageNotification.dart
@@ -29,7 +29,7 @@ class MessageNotification extends StatelessWidget {
29
color: Theme.of(context).scaffoldBackgroundColor,
30
borderRadius: BorderRadius.circular(4),
31
border: Border.all(
32
- color: Theme.of(context).colorScheme.background, width: 0.5)),
+ color: Theme.of(context).colorScheme.surface, width: 0.5)),
33
child: Column(
34
mainAxisAlignment: MainAxisAlignment.start,
35
crossAxisAlignment: CrossAxisAlignment.start,
0 commit comments