From b843958110390d86cbfa6337ea52ecc7c58995ab Mon Sep 17 00:00:00 2001 From: "tyasuh.taeragan@gmail.com" Date: Fri, 22 Oct 2021 15:32:44 -0400 Subject: [PATCH] Typo correction, Toasts to Noodle Bar, Hopsitlized Functions --- 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 ec484206e..1de8608a8 100644 --- a/src/ui/React/Theme.tsx +++ b/src/ui/React/Theme.tsx @@ -302,7 +302,7 @@ export function refreshTheme(): void { border: "1px solid " + Settings.theme.well, }, standardSuccess: { - color: Settings.theme.primaryLight, + color: Settings.theme.primarylight, }, standardError: { color: Settings.theme.errorlight,