Skip to content

Commit f2bf2dd

Browse files
feat: Add logical border color props
1 parent 27548ab commit f2bf2dd

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

docs/view-style-props.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,30 @@ export default ViewStyleProps;
7171

7272
---
7373

74+
### `borderBlockColor`
75+
76+
| Type |
77+
| ------------------ |
78+
| [color](colors.md) |
79+
80+
---
81+
82+
### `borderBlockEndColor`
83+
84+
| Type |
85+
| ------------------ |
86+
| [color](colors.md) |
87+
88+
---
89+
90+
### `borderBlockStartColor`
91+
92+
| Type |
93+
| ------------------ |
94+
| [color](colors.md) |
95+
96+
---
97+
7498
### `borderBottomColor`
7599

76100
| Type |
@@ -195,6 +219,30 @@ If the rounded border is not visible, try applying `overflow: 'hidden'` as well.
195219

196220
---
197221

222+
### `borderInlineColor`
223+
224+
| Type |
225+
| ------------------ |
226+
| [color](colors.md) |
227+
228+
---
229+
230+
### `borderInlineEndColor`
231+
232+
| Type |
233+
| ------------------ |
234+
| [color](colors.md) |
235+
236+
---
237+
238+
### `borderInlineStartColor`
239+
240+
| Type |
241+
| ------------------ |
242+
| [color](colors.md) |
243+
244+
---
245+
198246
### `borderStyle`
199247

200248
| Type |

0 commit comments

Comments
 (0)