TF-2040 Add date icon background color to styles
(cherry picked from commit 3360bc9c91065f299f56ba07fa49c0e82f2a6e11)
This commit is contained in:
@@ -39,7 +39,7 @@ class CalendarEventInformationWidget extends StatelessWidget {
|
||||
children: [
|
||||
Container(
|
||||
padding: const EdgeInsets.all(CalendarEventInformationWidgetStyles.calendarDateIconMargin),
|
||||
color: Colors.black.withOpacity(0.04),
|
||||
color: CalendarEventInformationWidgetStyles.calendarDateIconBackgroundColor,
|
||||
child: CalendarDateIconWidget(
|
||||
calendarEvent: calendarEvent,
|
||||
width: double.infinity,
|
||||
@@ -52,7 +52,7 @@ class CalendarEventInformationWidget extends StatelessWidget {
|
||||
children: [
|
||||
Container(
|
||||
padding: const EdgeInsets.all(CalendarEventInformationWidgetStyles.calendarDateIconMargin),
|
||||
color: Colors.black.withOpacity(0.04),
|
||||
color: CalendarEventInformationWidgetStyles.calendarDateIconBackgroundColor,
|
||||
child: CalendarDateIconWidget(calendarEvent: calendarEvent),
|
||||
),
|
||||
Expanded(child: Container(color: Colors.white))
|
||||
|
||||
Reference in New Issue
Block a user