Skip to content

Commit

Permalink
Update canvasContrast colour (#1274)
Browse files Browse the repository at this point in the history
* Bump @skyscanner/bpk-foundations-android from 5.0.1 to 5.0.2

Bumps [@skyscanner/bpk-foundations-android](https://github.com/Skyscanner/backpack-foundations) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/Skyscanner/backpack-foundations/releases)
- [Changelog](https://github.com/Skyscanner/backpack-foundations/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Skyscanner/backpack-foundations/compare/@skyscanner/[email protected]...@skyscanner/[email protected])

---
updated-dependencies:
- dependency-name: "@skyscanner/bpk-foundations-android"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update contrast colour

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maria Neumayer <[email protected]>
  • Loading branch information
dependabot[bot] and marianeum authored Oct 18, 2022
1 parent bb274ee commit a7a142d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<color name="bpkCanvas">#ff010913</color>

<color name="bpkCanvasContrast">#ff131d2b</color>
<color name="bpkCanvasContrast">#ff010913</color>

<color name="bpkCoreEco">#ff0fa1a9</color>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public class BpkColors private constructor(
backgroundSecondary: Color = Color(0xFF131D2B),
backgroundTertiary: Color = Color(0xFF010913),
canvas: Color = Color(0xFF010913),
canvasContrast: Color = Color(0xFF131D2B),
canvasContrast: Color = Color(0xFF010913),
coreAccent: Color = Color(0xFF84E9FF),
coreEco: Color = Color(0xFF0FA1A9),
corePrimary: Color = Color(0xFF054184),
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7a142d

Please sign in to comment.