Skip to content

Conversation

@Dimillian
Copy link
Owner

Motivation

  • The instance info area in the add-account screen and the instance information screen had a different background than other sections, causing a visual inconsistency.
  • The goal is to align that section with the app's section styling by using the same themed background color.
  • This change targets the InstanceInfoSection view so both add-account and instance screens look consistent.

Description

  • Apply .listRowBackground(theme.primaryBackgroundColor) to the info Section inside InstanceInfoSection so it matches other sections.
  • The change is guarded with #if !os(visionOS) to preserve existing visionOS behavior.
  • No other UI behavior or business logic was modified.

Testing

  • No automated tests were run in this environment because the XcodeBuildMCP tooling was unavailable.

Codex Task

@Dimillian Dimillian merged commit 7e6d152 into main Jan 4, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants