From ca8db76dbfe9cc7c843d1df43629280f27558cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 24 Oct 2024 09:00:44 +0200 Subject: [PATCH] Add explicitly the set SCSS color name to comment --- webapp/constants/metadata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/constants/metadata.js b/webapp/constants/metadata.js index e5fedf5d9..9a2cbf5c9 100644 --- a/webapp/constants/metadata.js +++ b/webapp/constants/metadata.js @@ -6,5 +6,5 @@ export default { COOKIE_NAME: 'ocelot-social-token', ORGANIZATION_NAME: 'ocelot.social Community', ORGANIZATION_JURISDICTION: 'City of Angels', - THEME_COLOR: 'rgb(23, 181, 63)', // main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case + THEME_COLOR: 'rgb(23, 181, 63)', // $color-primary – as the main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case }