Skip to content

Commit

Permalink
Merge pull request #224 from vtex-apps/fix/style
Browse files Browse the repository at this point in the history
Fix active action-secondary bg and border colors
  • Loading branch information
wdsrocha authored Jul 30, 2020
2 parents 1c5d349 + d95d4a8 commit d5ce448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Active **background** `action-secondary` color from `#dbe9fd` to `#d2defc`
- Active **border** `action-secondary` color from `#dbe9fd` to `#d2defc`

## [3.37.1] - 2020-07-08

Expand Down
4 changes: 2 additions & 2 deletions styles/configs/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"active-background": {
"action-primary": "#0c389f",
"action-secondary": "#dbe9fd",
"action-secondary": "#d2defc",
"emphasis": "#dd1659",
"success": "#8bc34a",
"success--faded": "#eafce3",
Expand Down Expand Up @@ -183,7 +183,7 @@
},
"active-border": {
"action-primary": "#0c389f",
"action-secondary": "#dbe9fd",
"action-secondary": "#d2defc",
"emphasis": "#dd1659",
"success": "#8bc34a",
"success--faded": "#eafce3",
Expand Down

0 comments on commit d5ce448

Please sign in to comment.