From f9af66683130c38f310022b1bca3035d63c2b4e5 Mon Sep 17 00:00:00 2001 From: Sophia Liu <91706701+s0phialiu@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:27:52 -0500 Subject: [PATCH] Update HILabel.swift --- HackIllinois/UI/HILabel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HackIllinois/UI/HILabel.swift b/HackIllinois/UI/HILabel.swift index 90f7eb63..03eb188a 100644 --- a/HackIllinois/UI/HILabel.swift +++ b/HackIllinois/UI/HILabel.swift @@ -136,7 +136,7 @@ class HILabel: UILabel { backgroundHIColor = \.clear font = HIAppearance.Font.contentTitle - case .viewTitle: // "What's cooking" + case .viewTitle: // "What's cooking, from 2022" textHIColor = \.whiteText backgroundHIColor = \.clear textAlignment = .center