TF-2035 Show calendar event banner in email view
(cherry picked from commit 130f575da86e23095d2b626ff8af133a7122ab2e)
This commit is contained in:
@@ -186,6 +186,11 @@ extension AppColor on Color {
|
||||
static const colorNetworkConnectionLabel = Color(0xFF818C99);
|
||||
static const colorCalendarEventRead = Color(0xFF818C99);
|
||||
static const colorCalendarEventUnread = Color(0xFF1C1B1F);
|
||||
static const colorMaybeEventActionText = Color(0xFFFFC107);
|
||||
static const colorInvitedEventActionText = Color(0xFF007AFF);
|
||||
static const colorUpdatedEventActionText = Color(0xFF4BB34B);
|
||||
static const colorCanceledEventActionText = Color(0xFFFF3347);
|
||||
static const colorSubTitleEventActionText = Color(0xFF939393);
|
||||
|
||||
static const mapGradientColor = [
|
||||
[Color(0xFF21D4FD), Color(0xFFB721FF)],
|
||||
|
||||
@@ -195,6 +195,9 @@ class ImagePaths {
|
||||
String get icArrowRight => _getImagePath('ic_arrow_right.svg');
|
||||
String get icAddPicture => _getImagePath('ic_add_picture.svg');
|
||||
String get icCalendarEvent => _getImagePath('ic_calendar_event.svg');
|
||||
String get icEventInvited => _getImagePath('ic_event_invited.svg');
|
||||
String get icEventUpdated => _getImagePath('ic_event_updated.svg');
|
||||
String get icEventCanceled => _getImagePath('ic_event_canceled.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user