We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f512b90 commit 8613fd1Copy full SHA for 8613fd1
lib/Components/notification_popup_dialogue_container.dart
@@ -55,7 +55,7 @@ Widget notificationPopupDialogueContainer({required BuildContext context}) {
55
child: Text(
56
'Clear All',
57
style: TextStyle(
58
- color: Colors.white60,
+ color: ThemeProvider.theme.textTheme.bodyText1?.color,
59
),
60
61
)
@@ -103,7 +103,7 @@ class NotificationListTile extends StatelessWidget {
103
Text(
104
DateTime.fromMillisecondsSinceEpoch(model.ts).toString(),
105
textAlign: TextAlign.left,
106
- style: TextStyle(fontSize: 12, color: Colors.white38),
+ style: TextStyle(fontSize: 12, color: Colors.grey[500]),
107
108
SizedBox(
109
height: 4,
0 commit comments