Skip to content

Commit bcbea1b

Browse files
feat: colors update
1 parent 76d84d8 commit bcbea1b

File tree

1 file changed

+5
-5
lines changed
  • core/src/openedx/org/openedx/core/ui/theme

1 file changed

+5
-5
lines changed

core/src/openedx/org/openedx/core/ui/theme/Colors.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ val light_success_green = Color(0xFF198571)
5555
val light_success_background = Color(0xFF0D7D4D)
5656
val light_dates_section_bar_past_due = light_warning
5757
val light_dates_section_bar_today = light_info
58-
val light_dates_section_bar_this_week = light_text_primary_variant
59-
val light_dates_section_bar_next_week = light_text_field_border
58+
val light_dates_section_bar_this_week = Color(0xFF3D4964)
59+
val light_dates_section_bar_next_week = Color(0xFF97A5BB)
6060
val light_dates_section_bar_upcoming = Color(0xFFCCD4E0)
6161
val light_auth_sso_success_background = light_secondary
6262
val light_auth_google_button_background = Color.White
@@ -131,9 +131,9 @@ val dark_success_green = Color(0xFF198571)
131131
val dark_success_background = Color.White
132132
val dark_dates_section_bar_past_due = dark_warning
133133
val dark_dates_section_bar_today = dark_info
134-
val dark_dates_section_bar_this_week = dark_text_primary_variant
135-
val dark_dates_section_bar_next_week = dark_text_field_border
136-
val dark_dates_section_bar_upcoming = Color(0xFFCCD4E0)
134+
val dark_dates_section_bar_this_week = Color(0xFF8E9BAE)
135+
val dark_dates_section_bar_next_week = Color(0xFF4E5A70)
136+
val dark_dates_section_bar_upcoming = Color(0xFF273346)
137137
val dark_auth_sso_success_background = dark_secondary
138138
val dark_auth_google_button_background = Color(0xFF19212F)
139139
val dark_auth_facebook_button_background = Color(0xFF0866FF)

0 commit comments

Comments
 (0)