diff --git a/src/components/primitives/Select/Select.tsx b/src/components/primitives/Select/Select.tsx index ee8df1e0c8..d50331ae3d 100644 --- a/src/components/primitives/Select/Select.tsx +++ b/src/components/primitives/Select/Select.tsx @@ -154,6 +154,8 @@ const Select = ( 'shadow', 'opacity', ]); + + const isSafari = Platform.OS === 'web' && navigator.userAgent.match(/Version\/[\d.]+.*Safari/) const commonInput = ( );