Skip to content

Commit 7427773

Browse files
HerrTopimatyasf
authored andcommitted
fix(ui-select): fix select's dropdown border radius
INSTUI-4442
1 parent e37aee9 commit 7427773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui-select/src/Select/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,8 @@ class Select extends Component<SelectProps> {
523523
optionsMaxHeight || this._optionHeight * visibleOptionsCount!,
524524
maxWidth: optionsMaxWidth || this.width,
525525
background: 'primary',
526-
elementRef: (node: Element | null) => (this._listView = node)
526+
elementRef: (node: Element | null) => (this._listView = node),
527+
borderRadius: 'medium'
527528
}
528529
: { maxHeight: 0 }
529530

0 commit comments

Comments
 (0)