diff --git a/app/src/main/res/layout/chat_bubble_meeting_invite_content.xml b/app/src/main/res/layout/chat_bubble_meeting_invite_content.xml index ab9d0fb1c..178a57ad6 100644 --- a/app/src/main/res/layout/chat_bubble_meeting_invite_content.xml +++ b/app/src/main/res/layout/chat_bubble_meeting_invite_content.xml @@ -113,7 +113,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@{model.meetingDayNumber, default=`19`}" - android:textColor="?attr/color_main2_000" + android:textColor="?attr/color_on_main" android:textSize="20sp" android:paddingBottom="4dp" app:layout_constraintStart_toStartOf="@id/today_background" diff --git a/app/src/main/res/layout/meeting_list_cell.xml b/app/src/main/res/layout/meeting_list_cell.xml index 6d53c90fe..aeea03096 100644 --- a/app/src/main/res/layout/meeting_list_cell.xml +++ b/app/src/main/res/layout/meeting_list_cell.xml @@ -73,7 +73,7 @@ android:layout_height="wrap_content" android:text="@{model.dayNumber, default=`19`}" android:visibility="@{model.firstMeetingOfTheDay ? View.VISIBLE : View.INVISIBLE}" - android:textColor="@{model.isToday ? @color/main2_000 : @color/main2_500, default=`#ffffff`}" + android:textColor="@{model.isToday ? @color/bc_white : @color/main2_500, default=@color/bc_white}" android:textSize="20sp" android:paddingBottom="4dp" app:layout_constraintStart_toStartOf="@id/today_background" diff --git a/app/src/main/res/layout/meeting_list_today_indicator.xml b/app/src/main/res/layout/meeting_list_today_indicator.xml index 9217903c8..8ebae2c07 100644 --- a/app/src/main/res/layout/meeting_list_today_indicator.xml +++ b/app/src/main/res/layout/meeting_list_today_indicator.xml @@ -63,7 +63,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@{model.dayNumber, default=`19`}" - android:textColor="?attr/color_main2_000" + android:textColor="?attr/color_on_main" android:textSize="20sp" android:paddingBottom="4dp" app:layout_constraintStart_toStartOf="@id/today_background"