From 7f05195df7d051ab6283248f770041190a106c96 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 23:38:50 +0100 Subject: [PATCH] Added the success color to the colors.sass --- client/src/common/styles/colors.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/common/styles/colors.sass b/client/src/common/styles/colors.sass index b606da5..22e0bdf 100644 --- a/client/src/common/styles/colors.sass +++ b/client/src/common/styles/colors.sass @@ -3,5 +3,6 @@ $text: #ffffff $primary: #42B0B0 $error: #B04256 +$success: #42B056 $warn: #B0A542 $purple: #A93FAB \ No newline at end of file