Skip to content

Commit

Permalink
Change secondary to tertiary color
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng committed Jul 30, 2024
1 parent 761848d commit 6cf71e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ class WidgetAdapter(
private val spacer: View = itemView.findViewById(R.id.first_view_spacer)
private val originalPaddingTop = containerView.paddingTop
private val backgroundColorMap =
mapOf(false to R.attr.colorPrimaryContainer, true to R.attr.colorSecondaryContainer)
mapOf(false to R.attr.colorPrimaryContainer, true to R.attr.colorTertiaryContainer)
.mapValues { itemView.context.resolveThemedColor(it.value) }

init {
Expand Down

0 comments on commit 6cf71e4

Please sign in to comment.