Skip to content

Commit

Permalink
chore: Elm theme improvement on Course Home
Browse files Browse the repository at this point in the history
Fixes: LEARNER-10079
  • Loading branch information
HamzaIsrar12 committed Oct 8, 2024
1 parent 578ce3f commit 689d128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/edx/org/openedx/core/ui/theme/Colors.kt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ val dark_course_home_header_shade = Color(0xFF999999)
val dark_course_home_back_btn_background = Color.Black
val dark_settings_title_content = Color.White
val dark_progress_bar_color = dark_primary_button_background
val dark_progress_bar_background_color = Color(0xFFE7E4DB)
val dark_progress_bar_background_color = Color(0xFF707070)

val dark_primary_card_caution_background = Color(0xFF2D494E)
val dark_primary_card_info_background = Color(0xFF0E3639)
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ fun CourseExpandableChapterCard(
if (downloadedState == DownloadedState.DOWNLOADED) {
MaterialTheme.appColors.successGreen
} else {
MaterialTheme.appColors.textAccent
MaterialTheme.appColors.textPrimary
}
IconButton(modifier = iconModifier,
onClick = { onDownloadClick() }) {
Expand Down

0 comments on commit 689d128

Please sign in to comment.