Skip to content

Commit 0d3bc88

Browse files
authored
Fix bug where borderLeftWidth and borderRightWidth props were not honored
2 parents 199a835 + c0499f6 commit 0d3bc88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactWindows/ReactNative.Shared/UIManager/ViewProps.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ public static class ViewProps
112112
new List<int>
113113
{
114114
EdgeSpacing.All,
115-
EdgeSpacing.Start,
116-
EdgeSpacing.End,
115+
EdgeSpacing.Left,
116+
EdgeSpacing.Right,
117117
EdgeSpacing.Top,
118118
EdgeSpacing.Bottom,
119119
};

0 commit comments

Comments
 (0)