feat(ui) update AtlasKit components

This commit is contained in:
Steffen Kolmer
2021-01-14 17:12:08 +01:00
committed by Saúl Ibarra Corretgé
parent a9bb8e5e81
commit ef7d425859
42 changed files with 2003 additions and 1963 deletions

View File

@@ -93,7 +93,7 @@ class OverflowMenuButton extends Component<Props> {
content = { children }
isOpen = { isOpen }
onClose = { this._onCloseDialog }
position = { 'top right' }>
placement = 'top-end'>
{this._renderToolbarButton()}
</InlineDialog>
)