feat: update activity message background color (#1607)

This commit is contained in:
ggurdin 2025-01-27 16:56:56 -05:00 committed by GitHub
parent 2754bff62e
commit aef84ede43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ class ActivityPlanMessage extends StatelessWidget {
});
final theme = Theme.of(context);
final color = ThemeData.light().colorScheme.primary;
final color = ThemeData.dark().colorScheme.onSecondary;
final textColor = ThemeData.light().colorScheme.onPrimary;
final displayEvent = event.getDisplayEvent(timeline);