TF-2042 Display calendar event information widget
(cherry picked from commit d804b98c5904d014b8bec031cc08614af84c4a42)
This commit is contained in:
@@ -7,4 +7,5 @@ class CalendarIconWidgetStyles {
|
||||
static const double bodyDayTextSize = 40;
|
||||
static const double bodyWeekDayTextSize = 14;
|
||||
static const double bodyContentPadding = 8;
|
||||
static const double margin = 16;
|
||||
}
|
||||
@@ -9,4 +9,9 @@ class CalendarEventInformationWidgetStyles {
|
||||
static const double horizontalMargin = 16;
|
||||
static const double calendarDateIconMargin = 16;
|
||||
static const Color calendarDateIconBackgroundColor = AppColor.colorCalendarEventInformationBackground;
|
||||
static const double calendarInformationMargin = 16;
|
||||
static const double invitationMessageTextSize = 16;
|
||||
static const double titleTextSize = 24;
|
||||
static const double fieldTopPadding = 16;
|
||||
static const double space = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user