Skip to content

Commit 1682d78

Browse files
Replace deprecated 'background' to 'surface' (#307)
1 parent 60eaecb commit 1682d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/MessageNotification.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class MessageNotification extends StatelessWidget {
2929
color: Theme.of(context).scaffoldBackgroundColor,
3030
borderRadius: BorderRadius.circular(4),
3131
border: Border.all(
32-
color: Theme.of(context).colorScheme.background, width: 0.5)),
32+
color: Theme.of(context).colorScheme.surface, width: 0.5)),
3333
child: Column(
3434
mainAxisAlignment: MainAxisAlignment.start,
3535
crossAxisAlignment: CrossAxisAlignment.start,

0 commit comments

Comments
 (0)