AAE-26023 Unify look of style properties names (#10227)

This commit is contained in:
Kasia Biernat-Kluba
2024-09-17 14:50:53 +02:00
committed by GitHub
parent 02597fe7a5
commit 59818226aa

View File

@@ -76,17 +76,17 @@
"FONT_WEIGHT": "Font weight", "FONT_WEIGHT": "Font weight",
"FONT_COLOR": "Font color", "FONT_COLOR": "Font color",
"FONT_WEIGHTS": { "FONT_WEIGHTS": {
"REGULAR": "Regular", "REGULAR": "regular",
"BOLD": "Bold" "BOLD": "bold"
}, },
"COLORS": { "COLORS": {
"SYSTEM_COLOR": "System color", "SYSTEM_COLOR": "system color",
"BLACK": "Black", "BLACK": "black",
"GREY": "Grey", "GREY": "grey",
"RED": "Red", "RED": "red",
"GREEN": "Green", "GREEN": "green",
"BLUE": "Blue", "BLUE": "blue",
"YELLOW": "Yellow" "YELLOW": "yellow"
}, },
"PREDEFINED": { "PREDEFINED": {
"HEADER": { "HEADER": {