Fix toast notification button color on light theme

This commit is contained in:
Yuri Roubinsky 2022-01-18 13:41:07 +03:00
parent 366d3930ac
commit b9d864bf8e
4 changed files with 11 additions and 2 deletions

View file

@ -95,6 +95,7 @@ private:
void _set_notifications_enabled(bool p_enabled);
void _repop_old();
void _popup_str(String p_message, Severity p_severity, String p_tooltip);
void _close_button_theme_changed(Control *p_close_button);
protected:
static EditorToaster *singleton;