Skip to content

Commit 1d9f030

Browse files
authored
Pass in border style to TextField (#956)
1 parent 165e709 commit 1d9f030

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/components/TextField.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ class TextField extends React.Component<Props, State> {
416416
borderRightWidth,
417417
borderBottomWidth,
418418
borderLeftWidth,
419+
borderStyle,
419420
borderColor: borderCol,
420421
...styleProp
421422
} = StyleSheet.flatten(style || {}) as ViewStyle;
@@ -441,6 +442,7 @@ class TextField extends React.Component<Props, State> {
441442
borderRightWidth,
442443
borderBottomWidth,
443444
borderLeftWidth,
445+
borderStyle,
444446
borderColor: borderCol,
445447
})}
446448
>

0 commit comments

Comments
 (0)