Skip to content

Commit db6ea75

Browse files
committed
Fix: Update prop type tables for border radius in view-style-props.md
1 parent 4ea3395 commit db6ea75

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

website/versioned_docs/version-0.80/view-style-props.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -81,64 +81,64 @@ export default App;
8181

8282
### `borderBottomEndRadius`
8383

84-
| Type |
85-
| ------ |
84+
| Type |
85+
| ---------------- |
8686
| number \| string |
8787

8888
---
8989

9090
### `borderBottomLeftRadius`
9191

92-
| Type |
93-
| ------ |
92+
| Type |
93+
| ---------------- |
9494
| number \| string |
9595

9696
---
9797

9898
### `borderBottomRightRadius`
9999

100-
| Type |
101-
| ------ |
100+
| Type |
101+
| ---------------- |
102102
| number \| string |
103103

104104
---
105105

106106
### `borderBottomStartRadius`
107107

108-
| Type |
109-
| ------ |
108+
| Type |
109+
| ---------------- |
110110
| number \| string |
111111

112112
---
113113

114114
### `borderStartEndRadius`
115115

116-
| Type |
117-
| ------ |
116+
| Type |
117+
| ---------------- |
118118
| number \| string |
119119

120120
---
121121

122122
### `borderStartStartRadius`
123123

124-
| Type |
125-
| ------ |
124+
| Type |
125+
| ---------------- |
126126
| number \| string |
127127

128128
---
129129

130130
### `borderEndEndRadius`
131131

132-
| Type |
133-
| ------ |
132+
| Type |
133+
| ---------------- |
134134
| number \| string |
135135

136136
---
137137

138138
### `borderEndStartRadius`
139139

140-
| Type |
141-
| ------ |
140+
| Type |
141+
| ---------------- |
142142
| number \| string |
143143

144144
---
@@ -197,9 +197,9 @@ On iOS 13+, it is possible to change the corner curve of borders.
197197

198198
If the rounded border is not visible, try applying `overflow: 'hidden'` as well.
199199

200-
| Type |
201-
| ------ |
202-
| number \| string |
200+
| Type |
201+
| ---------------- |
202+
| number \| string |
203203

204204
---
205205

@@ -245,32 +245,32 @@ If the rounded border is not visible, try applying `overflow: 'hidden'` as well.
245245

246246
### `borderTopEndRadius`
247247

248-
| Type |
249-
| ------ |
248+
| Type |
249+
| ---------------- |
250250
| number \| string |
251251

252252
---
253253

254254
### `borderTopLeftRadius`
255255

256-
| Type |
257-
| ------ |
256+
| Type |
257+
| ---------------- |
258258
| number \| string |
259259

260260
---
261261

262262
### `borderTopRightRadius`
263263

264-
| Type |
265-
| ------ |
264+
| Type |
265+
| ---------------- |
266266
| number \| string |
267267

268268
---
269269

270270
### `borderTopStartRadius`
271271

272-
| Type |
273-
| ------ |
272+
| Type |
273+
| ---------------- |
274274
| number \| string |
275275

276276
---

0 commit comments

Comments
 (0)