Skip to content

Commit

Permalink
[native] Increase expansion button tap target in community side drawer
Browse files Browse the repository at this point in the history
Summary:
https://linear.app/comm/issue/ENG-3608/increase-expansion-button-tap-target-in-community-side-drawer

In my opinion the button is easy enough to tap without the exapnsion, even on my tiny iPod, but whatever.

Before:
{F3249117}

After:
{F3249118}

Test Plan: Tap the chevron

Reviewers: kamil, bartek

Reviewed By: kamil

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13948
  • Loading branch information
graszka22 committed Nov 19, 2024
1 parent 9fe6ac4 commit d3f8dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/navigation/expand-buttons.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useStyles } from '../themes/colors.js';

const iconSize = 12;
const buttonSize = 24;
const hitSlopValue = 6;
const hitSlopValue = 10;
const padding = (buttonSize - iconSize) / 2;

const hitSlop = {
Expand Down

0 comments on commit d3f8dfe

Please sign in to comment.