Change other borderWidths from 2 to 1 (#10156)

This commit is contained in:
Samuel Newman
2026-03-31 09:35:31 -07:00
committed by GitHub
parent a697841a21
commit 498d321bb1
2 changed files with 3 additions and 4 deletions
@@ -63,7 +63,7 @@ export function DateFieldButton({
paddingLeft: 14,
paddingRight: 14,
borderColor: 'transparent',
borderWidth: 2,
borderWidth: 1,
},
native({
paddingTop: 10,