From c5284d3b02e783176ec240f1f02eafe3c2faf498 Mon Sep 17 00:00:00 2001 From: FaintSpeaker Date: Wed, 29 Dec 2021 13:51:18 -0500 Subject: [PATCH] Alter the standardSuccess alert to use the successlight color, to be consistent with all other toast notification behaviours. --- src/ui/React/Theme.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/React/Theme.tsx b/src/ui/React/Theme.tsx index a11940c29..f25c554b1 100644 --- a/src/ui/React/Theme.tsx +++ b/src/ui/React/Theme.tsx @@ -331,7 +331,7 @@ export function refreshTheme(): void { border: "1px solid " + Settings.theme.well, }, standardSuccess: { - color: Settings.theme.primarylight, + color: Settings.theme.successlight, }, standardError: { color: Settings.theme.errorlight,