We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37aee9 commit 7427773Copy full SHA for 7427773
packages/ui-select/src/Select/index.tsx
@@ -523,7 +523,8 @@ class Select extends Component<SelectProps> {
523
optionsMaxHeight || this._optionHeight * visibleOptionsCount!,
524
maxWidth: optionsMaxWidth || this.width,
525
background: 'primary',
526
- elementRef: (node: Element | null) => (this._listView = node)
+ elementRef: (node: Element | null) => (this._listView = node),
527
+ borderRadius: 'medium'
528
}
529
: { maxHeight: 0 }
530
0 commit comments