We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3682bc3 commit 322b330Copy full SHA for 322b330
src/common/PasswordInput.js
@@ -14,7 +14,9 @@ const styles = createStyleSheet({
14
marginLeft: 8,
15
},
16
showPasswordButtonIcon: {
17
- margin: 8,
+ // 24 (icon size) + 12 + 12 = 48px min touch target:
18
+ // https://material.io/design/usability/accessibility.html#layout-and-typography
19
+ margin: 12,
20
color: BRAND_COLOR,
21
22
passwordTextInput: {
0 commit comments