Skip to content

[PR-D5] Drawer close button 32×32 sub-44×44 (primary escape affordance) #157

Description

@thierryvm

DoD §C6 P1-5

src/components/atoms/atoms.css:467-470.drw-icon-btn is width: 32px; height: 32px. Below Apple HIG 44×44.

Status

Drawer close button is the primary escape affordance on mobile full-screen drawer. A mis-tap forces the user to scroll back up on the drawer to retry.

Fix

.drw-icon-btn {
  min-width: 44px;
  min-height: 44px;
}

References

  • Audit P1-5
  • DoD §C6

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions