Skip to content

Commit

Permalink
[PBIOS-461]Update Neutral Color (#415)
Browse files Browse the repository at this point in the history
**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?
  • Loading branch information
RachelRadford21 authored Jul 16, 2024
1 parent 6705b4e commit 51d1086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/Playbook/Components/Pill/PBPill.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 51d1086

Please # to comment.