diff --git a/react_native.tera b/react_native.tera index 30721e5..7fdb282 100644 --- a/react_native.tera +++ b/react_native.tera @@ -71,6 +71,7 @@ whiskers: "BRAND_360": "{{ accent.hex }}", "BRAND_500": "{{ accent.hex }}", "BRAND_560": "{{ accent.hex }}", {# reaction outline #} + "BRAND_630": "{{ surface0 }}", "BRAND_730": "{{ base.hex }}", "BLUE_260": "{{ accent.hex }}", "BLUE_300": "{{ accent.hex }}", @@ -88,7 +89,7 @@ whiskers: "BLUE_660": "{{ accent.hex }}", "BLUE_700": "{{ accent.hex }}", "PRIMARY_100": "{{ text.hex }}", - "PRIMARY_200": "{{ crust.hex }}", + "PRIMARY_200": "{{ text.hex }}", "PRIMARY_300": "{{ base.hex }}", "PRIMARY_360": "{{ mauve.hex }}", "PRIMARY_400": "{{ surface2.hex }}", @@ -98,7 +99,7 @@ whiskers: "PRIMARY_630": "{{ surface0.hex }}", "PRIMARY_660": "{{ crust.hex }}", "PRIMARY_700": "{{ crust.hex }}", - "PRIMARY_730": "{{ text.hex }}", + "PRIMARY_730": "{{ crust.hex }}", "PRIMARY_800": "{{ mantle.hex }}", "PLUM_10": "{{ overlay2.hex }}", "PLUM_13": "{{ overlay0.hex }}",