From f2bf2dd05cd00b6104ace6a3551a7385211d4ea4 Mon Sep 17 00:00:00 2001 From: gabrieldonadel Date: Sun, 5 Feb 2023 10:06:03 -0300 Subject: [PATCH] feat: Add logical border color props --- docs/view-style-props.md | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/docs/view-style-props.md b/docs/view-style-props.md index 820c3aacaa4..dbe00b43afd 100644 --- a/docs/view-style-props.md +++ b/docs/view-style-props.md @@ -71,6 +71,30 @@ export default ViewStyleProps; --- +### `borderBlockColor` + +| Type | +| ------------------ | +| [color](colors.md) | + +--- + +### `borderBlockEndColor` + +| Type | +| ------------------ | +| [color](colors.md) | + +--- + +### `borderBlockStartColor` + +| Type | +| ------------------ | +| [color](colors.md) | + +--- + ### `borderBottomColor` | Type | @@ -195,6 +219,30 @@ If the rounded border is not visible, try applying `overflow: 'hidden'` as well. --- +### `borderInlineColor` + +| Type | +| ------------------ | +| [color](colors.md) | + +--- + +### `borderInlineEndColor` + +| Type | +| ------------------ | +| [color](colors.md) | + +--- + +### `borderInlineStartColor` + +| Type | +| ------------------ | +| [color](colors.md) | + +--- + ### `borderStyle` | Type |