Use SojornColors.transparent in notification_service, fix WidgetStateProperty deprecation
This commit is contained in:
parent
8365d0c079
commit
4903117bbf
|
|
@ -8,6 +8,7 @@ import 'package:go_router/go_router.dart';
|
|||
import 'package:permission_handler/permission_handler.dart';
|
||||
|
||||
import '../config/firebase_web_config.dart';
|
||||
import '../theme/tokens.dart';
|
||||
import '../routes/app_routes.dart';
|
||||
import '../services/secure_chat_service.dart';
|
||||
import '../theme/app_theme.dart';
|
||||
|
|
@ -693,7 +694,7 @@ class _NotificationBannerState extends State<_NotificationBanner>
|
|||
child: Material(
|
||||
elevation: 8,
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
color: const Color(0x00000000),
|
||||
color: SojornColors.transparent,
|
||||
child: GestureDetector(
|
||||
onTap: widget.onTap,
|
||||
onHorizontalDragEnd: (details) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue