Skip to content

Commit

Permalink
fix(tamagui): Input sets outlineWidth 0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
natew committed Dec 19, 2022
1 parent 35558d4 commit 035ca0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tamagui/src/views/Input.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { GetProps, styled } from '@tamagui/core'
import { setupReactNative } from '@tamagui/core'
import { GetProps, setupReactNative, styled } from '@tamagui/core'
import { focusableInputHOC } from '@tamagui/focusable'
import { TextInput } from 'react-native'

Expand All @@ -15,6 +14,7 @@ export const InputFrame = styled(
name: 'Input',
fontFamily: '$body',
borderWidth: 1,
outlineWidth: 0,
color: '$color',
focusable: true,
borderColor: '$borderColor',
Expand Down

0 comments on commit 035ca0e

Please sign in to comment.