From bffd7f8dd9194444b2662a4b99f1d7a61d9a5ca9 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 6 Dec 2022 09:18:06 -0600 Subject: [PATCH] removed double line height Signed-off-by: Matt Bruce --- VDS/Components/Buttons/TextLink/TextLink.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/VDS/Components/Buttons/TextLink/TextLink.swift b/VDS/Components/Buttons/TextLink/TextLink.swift index 7dd4839f..d3ede278 100644 --- a/VDS/Components/Buttons/TextLink/TextLink.swift +++ b/VDS/Components/Buttons/TextLink/TextLink.swift @@ -112,7 +112,6 @@ open class TextLink: ButtonBase { //need to set the properties so the super class //can render out the label correctly heightConstraint?.constant = height - lineHeightConstraint?.constant = isHighlighted ? 2.0 : 1.0 line.backgroundColor = textColor //always call last so the label is rendered