Adjust colors, extended, third step

This commit is contained in:
Wolfgang Huß 2024-10-24 19:30:11 +02:00
parent ae4dc66e97
commit 73cd9067f5

View File

@ -6,5 +6,5 @@ export default {
COOKIE_NAME: 'reformer-network-token', COOKIE_NAME: 'reformer-network-token',
ORGANIZATION_NAME: 'Stichting Rudulin', ORGANIZATION_NAME: 'Stichting Rudulin',
ORGANIZATION_JURISDICTION: 'Amsterdam', ORGANIZATION_JURISDICTION: 'Amsterdam',
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 THEME_COLOR: 'rgb(56, 57, 55)', // $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
} }