Skip to content

[MBL-3035] Fix liquid glass icons again#2755

Merged
ifosli merged 1 commit into
mainfrom
ifosli/liquidGlassIconFix
Feb 11, 2026
Merged

[MBL-3035] Fix liquid glass icons again#2755
ifosli merged 1 commit into
mainfrom
ifosli/liquidGlassIconFix

Conversation

@ifosli

@ifosli ifosli commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

📲 What

Fix liquid glass icons again. This was mostly necessary because SPM copies of the assets had the rendering mode as the original image. I also had to make a change to the profile page where icons are rendered; for some reason, liquid glass decided to respect the tint color now 🤷

👀 See

Jira

Before 🐛 After 🦋
image image
image image
Screenshot 2026-02-11 at 12 48 57 PM Screenshot 2026-02-11 at 12 47 44 PM

✅ Acceptance criteria

  • Icons look good when liquid glass is on
  • Icons look good for older OS versions

@ifosli ifosli self-assigned this Feb 11, 2026
if #unavailable(iOS 26.0) {
self.messagesButtonItem.tintColor = Colors.Icon.subtle.uiColor()
self.settingsButtonItem.tintColor = Colors.Icon.subtle.uiColor()
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually, liquid glass seems to ignore tint color. But this one it decided to listen to, so I had to wrap it in #unavailable. (I have no idea why this seems to have changed since the first time I fixed the icons...)

@ifosli ifosli marked this pull request as ready for review February 11, 2026 19:52
@ifosli ifosli requested review from a team and amy-at-kickstarter and removed request for a team February 11, 2026 19:53
@ifosli ifosli merged commit ee86ba5 into main Feb 11, 2026
6 checks passed
@ifosli ifosli deleted the ifosli/liquidGlassIconFix branch February 11, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants