Skip to content

fix: reduce the Section corner radius to 24.dp#2260

Merged
enaboapps merged 1 commit into
mainfrom
fix/section-corner-radius-2259
May 21, 2026
Merged

fix: reduce the Section corner radius to 24.dp#2260
enaboapps merged 1 commit into
mainfrom
fix/section-corner-radius-2259

Conversation

@enaboapps
Copy link
Copy Markdown
Collaborator

Summary

The settings Section panels rendered with shapes.large (48.dp), which was quite round. Section's Panel now uses an explicit 24.dp shape; the shared shapes.large token (HomeHeroCard, favourite-apps screen) is unchanged.

Test plan

  • Settings screen — Section panels render with a tighter 24.dp corner
  • HomeHeroCard and the favourite-apps screen still render at 48.dp
  • ./gradlew testDebugUnitTest passes

Closes #2259

The settings Section panels used the theme's large shape (48.dp), which
was quite round. Section's Panel now takes an explicit 24.dp shape via a
private SectionShape, leaving the shared shapes.large token unchanged for
HomeHeroCard and the favourite-apps screen.

🤖 Auto-generated
@enaboapps enaboapps merged commit 5e8d3aa into main May 21, 2026
@enaboapps enaboapps deleted the fix/section-corner-radius-2259 branch May 21, 2026 15:30
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.

Reduce the Section component corner radius

2 participants