From 51d1086171769bc28ace7ec6cf523d3a1b44c82a Mon Sep 17 00:00:00 2001 From: Rachel Radford <54749071+RachelRadford21@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:15:13 -0400 Subject: [PATCH] [PBIOS-461]Update Neutral Color (#415) **What does this PR do?** [PBIOS-461]Update Neutral Color **Screenshots:** ![Simulator Screenshot - iPhone 15 Pro Max - 2024-07-15 at 14 24 58](https://github.com/user-attachments/assets/ed5d9a97-1b49-4e03-95d4-3d72dbc87012) ![Simulator Screenshot - iPhone 15 Pro Max - 2024-07-15 at 14 25 04](https://github.com/user-attachments/assets/37db41ea-3f8c-4ad3-ab5b-68891c27d7af) ### Checklist - [x] **LABELS** - Add a label: `breaking`, `bug`, `improvement`, `documentation`, or `enhancement`. See [Labels](https://github.com/powerhome/playbook-apple/labels) for descriptions. - [x] **RELEASES** - Add the appropriate label: `Ready for Testing` / `Ready for Release` - [x] **TESTING** - Have you tested your story? --- Sources/Playbook/Components/Pill/PBPill.swift | 2 +- .../Color.xcassets/Status/Neutral.colorset/Contents.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/Playbook/Components/Pill/PBPill.swift b/Sources/Playbook/Components/Pill/PBPill.swift index c95e6725a..4eebe94ea 100644 --- a/Sources/Playbook/Components/Pill/PBPill.swift +++ b/Sources/Playbook/Components/Pill/PBPill.swift @@ -44,7 +44,7 @@ public extension PBPill { case .primary: return .pbPrimary case .success: return .status(.success) case .warning: return .status(.warning) - default: return .status(.neutral) + default: return .text(.light) } } diff --git a/Sources/Playbook/Design Elements/Colors/Color.xcassets/Status/Neutral.colorset/Contents.json b/Sources/Playbook/Design Elements/Colors/Color.xcassets/Status/Neutral.colorset/Contents.json index bb6df9bb5..7fee7e0f2 100644 --- a/Sources/Playbook/Design Elements/Colors/Color.xcassets/Status/Neutral.colorset/Contents.json +++ b/Sources/Playbook/Design Elements/Colors/Color.xcassets/Status/Neutral.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "135", - "green" : "120", - "red" : "104" + "blue" : "214", + "green" : "205", + "red" : "193" } }, "idiom" : "universal"