Skip to content

Commit

Permalink
♻️ design-tokens: Update warning color (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
deraw authored Dec 8, 2021
1 parent b66cd26 commit 5bed6d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@
- **Logo:** Ajout des attributs `role="img"` et `focusable="false"` ([#1642](https://github.com/assurance-maladie-digital/design-system/pull/1642)) ([631675f](https://github.com/assurance-maladie-digital/design-system/commit/631675f8652355273250835fcd1c225576ca1e11))

- ✅ **Tests**
- **HeaderBrandSection:** Correction d'un warning ([#1643](https://github.com/assurance-maladie-digital/design-system/pull/1643))
- **HeaderBrandSection:** Correction d'un warning ([#1643](https://github.com/assurance-maladie-digital/design-system/pull/1643)) ([b66cd26](https://github.com/assurance-maladie-digital/design-system/commit/b66cd26cbdd4d02ce7bda574e766e6e46b559feb))

### FormBuilder

- ♻️ **Refactoring**
- **RangeField:** Inversion des champs min et max et amélioration de l'utilisabilité ([#1575](https://github.com/assurance-maladie-digital/design-system/pull/1575)) ([8df8411](https://github.com/assurance-maladie-digital/design-system/commit/8df8411a7300436c5de84e3058d4511be368c1a9))

### Design Tokens

- ♻️ **Refactoring**
- **colors:** Mise à jour de la couleur de warning ([#1644](https://github.com/assurance-maladie-digital/design-system/pull/1644))

### Documentation

- ✨ **Nouvelles fonctionnalités**
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const lightTheme = {
// State
success: '#009688',
error: '#b00000',
warning: '#ba8b00'
warning: '#785912'
};

export const colors = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Object {
"pro": "#ef6c00",
"secondary": "#007fad",
"success": "#009688",
"warning": "#ba8b00",
"warning": "#785912",
},
"dialogWidth": Object {
"dialogMedium": "800px",
Expand Down

0 comments on commit 5bed6d6

Please sign in to comment.