Sheet footer button corner radius is too rounded, should be much narrower #57

Open
opened 2026-07-24 19:45:17 +02:00 by cloudbot · 0 comments
Collaborator

What happened

The corner radius on sheet footer buttons (Cancel / primary action) is too rounded.

Expected behavior

Reduce the corner radius on these buttons to a much narrower/tighter curve.

Steps to reproduce

  1. Open any sheet with a footer (Cancel + primary action buttons)
  2. Observe the corner curve on the buttons

Severity

Always, cosmetic — affects every sheet footer across the app.

Additional context

Currently LogbookShapes.Button = RoundedCornerShape(14.dp) in ui/theme/Shape.kt, applied to the sheet footer buttons in SheetChrome.kt's SheetFooter. Needs a smaller radius value (exact value TBD during implementation).

## What happened The corner radius on sheet footer buttons (Cancel / primary action) is too rounded. ## Expected behavior Reduce the corner radius on these buttons to a much narrower/tighter curve. ## Steps to reproduce 1. Open any sheet with a footer (Cancel + primary action buttons) 2. Observe the corner curve on the buttons ## Severity Always, cosmetic — affects every sheet footer across the app. ## Additional context Currently `LogbookShapes.Button = RoundedCornerShape(14.dp)` in `ui/theme/Shape.kt`, applied to the sheet footer buttons in `SheetChrome.kt`'s `SheetFooter`. Needs a smaller radius value (exact value TBD during implementation).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
utilities/Logbook#57
No description provided.