diff --git a/packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.js b/packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.js index 8eb9c3055..4a76a8eed 100644 --- a/packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.js +++ b/packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.js @@ -90,7 +90,7 @@ export default class TitleRow extends Row { } _updateRow() { - this.Items.patch({ + this.applySmooth(this.Items, { y: this.title ? this._Title.finalH + this.style.titleMarginBottom : 0 }); }