Skip to content

Commit f0426e0

Browse files
committed
docs: set correct description for border prop
1 parent 9dbe0bc commit f0426e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"props": {
3-
"border": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
3+
"border": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example `border-sm` is is used as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
44
}
55
}

0 commit comments

Comments
 (0)