CXTDT-595965 - Tilelet - Incorrect Mobile Padding

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

View File

@ -29,9 +29,9 @@ open class Tilelet: TileContainerBase<Tilelet.Padding>, ParentViewProtocol {
public var value: CGFloat {
switch self {
case .small:
return UIDevice.isIPad ? VDSLayout.space3X : VDSLayout.space4X
return UIDevice.isIPad ? VDSLayout.space4X : VDSLayout.space3X
case .large:
return UIDevice.isIPad ? VDSLayout.space4X : VDSLayout.space6X
return UIDevice.isIPad ? VDSLayout.space6X : VDSLayout.space4X
}
}

View File

@ -2,6 +2,8 @@
----------------
- CXTDT-591307 - DatePicker - Accessibility - #1 & #2
- CXTDT-595956 - Tilelet - Text Position does not work on Light surface
- CXTDT-595952 - Tilelet - Aspect Ratio Width/height setting
- CXTDT-595965 - Tilelet - Incorrect Mobile Padding
1.0.73
----------------