Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust dark mode colours
With this commit, 'colorSecondaryVariant' is set via the app's dark mode styles in order to ensure some parts of the Post Settings screen remain blue.
  • Loading branch information
SiobhyB committed Aug 4, 2022
commit 2b98958c02b825ee999d20e5125d989c32c5852b
1 change: 1 addition & 0 deletions WordPress/src/main/res/values-night/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<style name="PostSettingsTheme" parent="Base.Wordpress">
<item name="colorPrimary">@color/colorPrimaryEditor</item>
<item name="colorSecondary">@color/colorPrimaryEditor</item>
<item name="colorSecondaryVariant">@color/colorPrimaryEditor</item>
<item name="colorAccent">@color/colorPrimaryEditor</item>
<item name="colorControlActivated">@color/colorPrimaryEditor</item>
</style>
Expand Down