Digital ACT-191 CXTDT-568412 defect: Calendar - Incorrect side nav icon size
This commit is contained in:
parent
c9c3b54484
commit
bec994e2d4
@ -68,16 +68,16 @@ class CalendarHeaderReusableView: UICollectionReusableView {
|
||||
$0.kind = .ghost
|
||||
$0.iconName = .leftCaret
|
||||
$0.iconOffset = .init(x: -2, y: 0)
|
||||
$0.icon.size = .small
|
||||
$0.size = .small
|
||||
$0.customContainerSize = 40
|
||||
$0.icon.customSize = 16
|
||||
}
|
||||
|
||||
internal var nextButton = ButtonIcon().with {
|
||||
$0.kind = .ghost
|
||||
$0.iconName = .rightCaret
|
||||
$0.iconOffset = .init(x: 2, y: 0)
|
||||
$0.icon.size = .small
|
||||
$0.size = .small
|
||||
$0.customContainerSize = 40
|
||||
$0.icon.customSize = 16
|
||||
}
|
||||
|
||||
internal var headerTitle = Label().with {
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
----------------
|
||||
- CXTDT-553663 - DropdownSelect - Accessibility - has popup
|
||||
- CXTDT-568463 - Calendar - On long press, hover randomizes
|
||||
- CXTDT-568412 - Calendar - Incorrect side nav icon size
|
||||
|
||||
1.0.66
|
||||
----------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user