CXTDT-426521 - Tabs - Vertical Tablet spacing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
6f1e1d6d52
commit
91eb645ebb
@ -73,7 +73,7 @@ extension Tabs {
|
|||||||
|
|
||||||
private var leadingSpace: CGFloat {
|
private var leadingSpace: CGFloat {
|
||||||
guard orientation == .vertical else { return 0 }
|
guard orientation == .vertical else { return 0 }
|
||||||
return size == .medium ? VDSLayout.Spacing.space4X.value : VDSLayout.Spacing.space6X.value
|
return VDSLayout.Spacing.space4X.value
|
||||||
}
|
}
|
||||||
|
|
||||||
private var otherSpace: CGFloat {
|
private var otherSpace: CGFloat {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user