diff --git a/VDS/Components/Tilelet/Tilelet.swift b/VDS/Components/Tilelet/Tilelet.swift index 3a6e0150..fb25abe3 100644 --- a/VDS/Components/Tilelet/Tilelet.swift +++ b/VDS/Components/Tilelet/Tilelet.swift @@ -598,7 +598,7 @@ open class Tilelet: TileContainerBase, ParentViewProtocol { } private func updateTextPositionAlignment() { - guard width != nil && (aspectRatio != .none || height != nil) else { return } + guard aspectRatio != .none || height != nil else { return } switch textPostion { case .top: titleLockupTopConstraint?.activate() diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index 41326ad1..6412322c 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -1,6 +1,7 @@ 1.0.74 ---------------- - CXTDT-591307 - DatePicker - Accessibility - #1 & #2 +- CXTDT-595956 - Tilelet - Text Position does not work on Light surface 1.0.73 ----------------