Label Icons display incorrect color within .borderedProminent Buttons
Open
@aabewhite is already working on this.
Since Jan 9, 2026.
appearance
bug
compose
- Dominant language
- Swift
- Stars
- 330
- Forks
- 76
- Avg merge
- 3h 6m
- Merged PRs (30d)
- 1
Description
In Android, when displaying a Button with the style of .borderedProminent, and supplying a Label, the icon displays as the Primary colour, which is a dark colour, while the text displays white. In iOS, the Icon matches the white colour of the Button. I am thinking that there is somewhere in SkipUI where the Color "primary" is accidentally being set instead of a system color that would be aware of contrast and light/dark mode settings.
Button(action: {
// redacted
}, label: {
Label("Arrive", systemImage: "person.badge.shield.checkmark.fill")
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 30, maxHeight: 30)
})
.buttonStyle(.borderedProminent)
.tint(.teal)
Android Screenshot
iOS Screenshot
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.