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
DoD §C6 P1-5
src/components/atoms/atoms.css:467-470—.drw-icon-btniswidth: 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
References