Skip to content

Commit

Permalink
Merge pull request #301 from wpmudev/new/button-color
Browse files Browse the repository at this point in the history
✨ new(button): button color updated.
  • Loading branch information
emgk authored Jul 3, 2024
2 parents 247025d + d5beda5 commit 1d3175c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ $themes: primary, secondary, tertiary;
$colors: (
blue: $color-primary-50,
black: $color-extended-neutral-10,
// Remove this and change it with new colors.
red: #e52400,
red: $color-extended-error-50,
navy: $color-primary-40,
white: $color-extended-neutral-100,
);
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/css/src/tokens/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@
"type": "color"
},
"50": {
"value": "#F45C59",
"value": "#e52400",
"type": "color"
},
"70": {
Expand Down

0 comments on commit 1d3175c

Please sign in to comment.