From 603d1b30b3c27dc8513cf1959cfe3d2d94aa9980 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 6 Dec 2022 12:29:26 -0700 Subject: [PATCH] Set success color --- web/src/routes/Config.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Config.jsx b/web/src/routes/Config.jsx index fd9b46868..66c3d6117 100644 --- a/web/src/routes/Config.jsx +++ b/web/src/routes/Config.jsx @@ -90,7 +90,7 @@ export default function Config() { - {success &&
{success}
} + {success &&
{success}
} {error &&
{error}
}