Digital ACT-191 CXTDT-568412 defect: Calendar - Incorrect side nav icon size

This commit is contained in:
vasavk 2024-06-14 21:33:02 +05:30
parent c9c3b54484
commit bec994e2d4
2 changed files with 5 additions and 4 deletions

View File

@ -68,16 +68,16 @@ class CalendarHeaderReusableView: UICollectionReusableView {
$0.kind = .ghost $0.kind = .ghost
$0.iconName = .leftCaret $0.iconName = .leftCaret
$0.iconOffset = .init(x: -2, y: 0) $0.iconOffset = .init(x: -2, y: 0)
$0.icon.size = .small $0.customContainerSize = 40
$0.size = .small $0.icon.customSize = 16
} }
internal var nextButton = ButtonIcon().with { internal var nextButton = ButtonIcon().with {
$0.kind = .ghost $0.kind = .ghost
$0.iconName = .rightCaret $0.iconName = .rightCaret
$0.iconOffset = .init(x: 2, y: 0) $0.iconOffset = .init(x: 2, y: 0)
$0.icon.size = .small $0.customContainerSize = 40
$0.size = .small $0.icon.customSize = 16
} }
internal var headerTitle = Label().with { internal var headerTitle = Label().with {

View File

@ -2,6 +2,7 @@
---------------- ----------------
- CXTDT-553663 - DropdownSelect - Accessibility - has popup - CXTDT-553663 - DropdownSelect - Accessibility - has popup
- CXTDT-568463 - Calendar - On long press, hover randomizes - CXTDT-568463 - Calendar - On long press, hover randomizes
- CXTDT-568412 - Calendar - Incorrect side nav icon size
1.0.66 1.0.66
---------------- ----------------