From 8b9b83791a6fb8319f5cc229ddfc3493694e3f9e Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 30 May 2023 11:22:20 -0500 Subject: [PATCH] CXTDT-419731 - spacing from 2px to 4px Signed-off-by: Matt Bruce --- VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift b/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift index ed741896..594a51e5 100644 --- a/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift +++ b/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift @@ -113,7 +113,7 @@ extension TextLinkCaret { var length: Int = 1 var tintColor: UIColor var position: IconPosition - var spacerWidth: CGFloat = 2.0 + var spacerWidth: CGFloat = 4.0 var width: CGFloat { caretSize.width + spacerWidth } var caretSize: CGSize { Icon.Size.xsmall.dimensions }