Set correct colour for authed colour reset button

This commit is contained in:
furo 2023-12-13 13:23:33 +01:00
parent bcc92fa0fb
commit 09e222c39f

View file

@ -2978,7 +2978,7 @@ void CMenus::RenderSettingsAppearance(CUIRect MainView)
}
Section.HSplitTop(LineSize, &Button, &Section);
ColorRGBA GreenDefault(0.7f, 1.0f, 0.7f, 1);
ColorRGBA GreenDefault(0.78f, 1.0f, 0.8f, 1.0f);
static CButtonContainer s_AuthedColor;
DoLine_ColorPicker(&s_AuthedColor, 25.0f, 13.0f, 5.0f, &Button, Localize("Authed name color in scoreboard"), &g_Config.m_ClAuthedPlayerColor, GreenDefault, false);
}