Skip to content

Commit 1e83164

Browse files
committed
feat(ui-popover, ui-select): allow overriding Select's dropdown border
1 parent 90d59d3 commit 1e83164

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/ui-popover/src/Popover/props.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,10 @@ type PopoverOwnProps = {
276276
*/
277277
elementRef?: (element: Element | null) => void
278278
/**
279-
* Accepts the familiar CSS shorthand to designate border widths corresponding to edges with the following values: 'none', 'small', 'medium','large'(e.g. 'none large none large).
279+
* Allowed values: 0, 'none', 'small', 'medium', 'large'.
280+
*
281+
* Accepts the familiar CSS shorthand to designate border widths corresponding to edges. (e.g. 'none large none large).
282+
*
280283
* Only applies to a Popover without an arrow.
281284
*/
282285
borderWidth?: BorderWidth

0 commit comments

Comments
 (0)