Skip to content

Commit

Permalink
Merge pull request Automattic#432 from VGJohn/Issue#251
Browse files Browse the repository at this point in the history
Fix for different background in Compose theme
  • Loading branch information
geekygecko committed Oct 21, 2022
2 parents 4f2e34c + f879018 commit ff8ce0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
([#415](https://github.com/Automattic/pocket-casts-android/pull/415)).
* Fixed skip backwards settings
([#425](https://github.com/Automattic/pocket-casts-android/pull/425)).
* Fixed background color for screens using the compose theme
([#432](https://github.com/Automattic/pocket-casts-android/pull/432)).

7.25
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private fun buildMaterialColors(colors: ThemeColors, isLight: Boolean): Colors {
primaryVariant = colors.primaryInteractive01,
secondary = colors.primaryInteractive01,
secondaryVariant = colors.primaryInteractive01,
background = colors.primaryUi04,
background = colors.primaryUi01,
surface = colors.primaryUi01,
error = colors.support05,
onPrimary = colors.primaryInteractive02,
Expand Down

0 comments on commit ff8ce0c

Please sign in to comment.