TF-2040 Add CalendarEventInformationWidget in email view

(cherry picked from commit ce284990a101ede7bcc58fd581fef2b03b07217c)
This commit is contained in:
dab246
2023-07-25 19:58:14 +07:00
committed by Dat Vu
parent 09d8380c59
commit 1a54ca3d86
4 changed files with 84 additions and 0 deletions
@@ -191,6 +191,9 @@ extension AppColor on Color {
static const colorUpdatedEventActionText = Color(0xFF4BB34B);
static const colorCanceledEventActionText = Color(0xFFFF3347);
static const colorSubTitleEventActionText = Color(0xFF939393);
static const colorCalendarEventInformationBackground = Color(0x0A000000);
static const colorCalendarEventInformationStroke = Color(0x1F000000);
static const colorShadowCalendarDateIcon = Color(0x26000000);
static const mapGradientColor = [
[Color(0xFF21D4FD), Color(0xFFB721FF)],