Skip to content

Commit

Permalink
fix(docs): missing dark red color updates (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Jun 5, 2024
1 parent ae8f7b7 commit a5b723c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ toc: true
### Core

- **Colors**
- <span class="badge text-bg-warning">Warning</span> The dark mode red color hexadecimal value has been updated from `#f66` to `#ff4d4f` after a change in the design specifications to enhance the contrast for a better accessibility. This modification should be transparent for you except if you were using an hardcoded hexadecimal value directly in your websites.
- <span class="badge text-bg-warning">Warning</span> The dark mode red color hexadecimal value has been updated from `#f66` to `#ff4d4d` after a change in the design specifications to enhance the contrast for a better accessibility. This modification should be transparent for you except if you were using an hardcoded hexadecimal value directly in your websites.

## v5.3.3

Expand Down
4 changes: 2 additions & 2 deletions site/data/palette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
darkHex: "#fc0"
- name: Danger
hex: "#cd3c14"
darkHex: "#f66"
darkHex: "#ff4d4d"
- category: Grays
name: "Grays"
colors:
Expand Down Expand Up @@ -120,7 +120,7 @@
colors:
- name: Fire 100
variable: $ods-fire-100
hex: "#f66"
hex: "#ff4d4d"
- name: Fire 200
variable: $ods-fire-200
hex: "#cd3c14"
Expand Down
2 changes: 1 addition & 1 deletion site/data/theme-colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description: "<b>Success —</b> Theme color used for positive or successful actions."
- name: danger
hex: "#cd3c14"
dark_hex: "#ff6666"
dark_hex: "#ff4d4d"
description: "<b>Danger —</b> Theme color used for errors or dangerous actions."
- name: warning
hex: "#ffcc00"
Expand Down

0 comments on commit a5b723c

Please sign in to comment.