CXTDT-595956 - Tilelet - Text Position does not work on Light surface

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-09-24 14:55:09 -05:00
parent d5cca1626e
commit 663c6072be
2 changed files with 2 additions and 1 deletions

View File

@ -598,7 +598,7 @@ open class Tilelet: TileContainerBase<Tilelet.Padding>, 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()

View File

@ -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
----------------