💄(app-desk) change the text color

The text color from the mockup is not blue but
a dark grey. This commit changes the base color of
the Text component to match the mockup.
This commit is contained in:
Anthony LC
2024-02-13 12:52:05 +01:00
committed by Anthony LC
parent 26fbe9fbe7
commit 95219a33b3
6 changed files with 9 additions and 4 deletions

View File

@@ -196,6 +196,7 @@ const config = {
'secondary-700': '#3b2424',
'secondary-800': '#341f1f',
'secondary-900': '#2b1919',
'greyscale-text': '#303C4B',
'greyscale-000': '#cecece',
'greyscale-100': '#f6f6f6',
'greyscale-200': '#eeeeee',