Skip to content

Commit

Permalink
fix(natds-themes): change neutrals onColor dark mode naturav3
Browse files Browse the repository at this point in the history
affects: natds-themes
DSY-4268
  • Loading branch information
vagnerbarbosant committed Mar 9, 2024
1 parent 07b7120 commit d8e78df
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/natds-themes/properties/brands/natura_v3/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,62 +4,62 @@
"value": "#FFC9AB"
},
"onPrimary": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},
"primaryLight": {
"value": "#FFD7C2"
},
"onPrimaryLight": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},
"primaryLightest": {
"value": "#FFE4D6"
},
"onPrimaryLightest": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},
"primaryDark": {
"value": "#FF8442"
},
"onPrimaryDark": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},
"primaryDarkest": {
"value": "#D64B00"
},
"onPrimaryDarkest": {
"value": "{color.neutral0.value}"
"value": "{color.neutral900.value}"
},

"secondary": {
"value": "#FFE1A0"
},
"onSecondary": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},
"secondaryLight": {
"value": "#FFE8B6"
},
"onSecondaryLight": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},
"secondaryLightest": {
"value": "#FFF0CF"
},
"onSecondaryLightest": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},
"secondaryDark": {
"value": "#FFC037"
},
"onSecondaryDark": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},
"secondaryDarkest": {
"value": "#CF8D00"
},
"onSecondaryDarkest": {
"value": "{color.neutral900.value}"
"value": "{color.neutral0.value}"
},


Expand Down

0 comments on commit d8e78df

Please sign in to comment.