feat: update activity message background color (#1607)
This commit is contained in:
parent
2754bff62e
commit
aef84ede43
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class ActivityPlanMessage extends StatelessWidget {
|
||||||
});
|
});
|
||||||
|
|
||||||
final theme = Theme.of(context);
|
final theme = Theme.of(context);
|
||||||
final color = ThemeData.light().colorScheme.primary;
|
final color = ThemeData.dark().colorScheme.onSecondary;
|
||||||
final textColor = ThemeData.light().colorScheme.onPrimary;
|
final textColor = ThemeData.light().colorScheme.onPrimary;
|
||||||
|
|
||||||
final displayEvent = event.getDisplayEvent(timeline);
|
final displayEvent = event.getDisplayEvent(timeline);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue