Alter the standardSuccess alert to use the successlight color, to be consistent with all other toast notification behaviours.

This commit is contained in:
FaintSpeaker 2021-12-29 13:51:18 -05:00
parent fbb2f4b9f3
commit c5284d3b02

@ -331,7 +331,7 @@ export function refreshTheme(): void {
border: "1px solid " + Settings.theme.well, border: "1px solid " + Settings.theme.well,
}, },
standardSuccess: { standardSuccess: {
color: Settings.theme.primarylight, color: Settings.theme.successlight,
}, },
standardError: { standardError: {
color: Settings.theme.errorlight, color: Settings.theme.errorlight,