diff --git a/Unity/Assets/Scripts/TH1_UI/View/Outside/UIOutsideQuestionnaireView.cs b/Unity/Assets/Scripts/TH1_UI/View/Outside/UIOutsideQuestionnaireView.cs index 97883cf22..0b956474e 100644 --- a/Unity/Assets/Scripts/TH1_UI/View/Outside/UIOutsideQuestionnaireView.cs +++ b/Unity/Assets/Scripts/TH1_UI/View/Outside/UIOutsideQuestionnaireView.cs @@ -2190,6 +2190,7 @@ namespace TH1_UI.View.Outside var layout = button.GetComponent(); layout.minHeight = 56f; layout.preferredHeight = 60f; + _expiredToggleText.color = InkColor; _expiredToggleText.fontSize = 24f; _expiredToggleText.fontSizeMin = 20f; if (expiredCount > 0)