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 b59d784 commit 2463579Copy full SHA for 2463579
src/components/TextInput/TextInputFlat.tsx
@@ -428,7 +428,7 @@ const TextInputFlat = ({
428
MIN_WIDTH
429
),
430
},
431
- Platform.OS === 'web' && { outline: 'none' },
+ Platform.OS === 'web' ? { outline: 'none' } : undefined,
432
adornmentStyleAdjustmentForNativeInput,
433
contentStyle,
434
],
src/components/TextInput/TextInputOutlined.tsx
@@ -416,7 +416,7 @@ const TextInputOutlined = ({
416
417
418
419
420
421
422
0 commit comments