Fix past questionnaire toggle readability
This commit is contained in:
parent
3e77b05de7
commit
8d57c8d726
@ -2190,6 +2190,7 @@ namespace TH1_UI.View.Outside
|
||||
var layout = button.GetComponent<LayoutElement>();
|
||||
layout.minHeight = 56f;
|
||||
layout.preferredHeight = 60f;
|
||||
_expiredToggleText.color = InkColor;
|
||||
_expiredToggleText.fontSize = 24f;
|
||||
_expiredToggleText.fontSizeMin = 20f;
|
||||
if (expiredCount > 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user