From 05f7e6c9ccb6794a08c8dd757a45ba6b79dd0182 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 9 Aug 2023 13:35:24 -0500 Subject: [PATCH] CXTDT-423141 - Tabs surface dark bug on Selected Tab Signed-off-by: Matt Bruce --- VDS/Components/Tabs/Tab.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/VDS/Components/Tabs/Tab.swift b/VDS/Components/Tabs/Tab.swift index ded6aa62..4526ced0 100644 --- a/VDS/Components/Tabs/Tab.swift +++ b/VDS/Components/Tabs/Tab.swift @@ -154,6 +154,7 @@ extension Tabs { //label properties label.text = text + label.surface = surface label.textStyle = textStyle label.textPosition = textPosition label.textColorConfiguration = textColorConfiguration.eraseToAnyColorable()