From a5b723cd3b0ce7b5cab6c056d11dfde9392ae8e9 Mon Sep 17 00:00:00 2001 From: Louis-Maxime Piton Date: Wed, 5 Jun 2024 11:51:20 +0200 Subject: [PATCH] fix(docs): missing dark red color updates (#2567) --- site/content/docs/5.3/migration.md | 2 +- site/data/palette.yml | 4 ++-- site/data/theme-colors.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 7693c3bb9a..fde78fc8d6 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -14,7 +14,7 @@ toc: true ### Core - **Colors** - - Warning 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. + - Warning 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 diff --git a/site/data/palette.yml b/site/data/palette.yml index 60afcd1d62..e02e2956b6 100644 --- a/site/data/palette.yml +++ b/site/data/palette.yml @@ -39,7 +39,7 @@ darkHex: "#fc0" - name: Danger hex: "#cd3c14" - darkHex: "#f66" + darkHex: "#ff4d4d" - category: Grays name: "Grays" colors: @@ -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" diff --git a/site/data/theme-colors.yml b/site/data/theme-colors.yml index 35f17e9d29..6bffc7470d 100644 --- a/site/data/theme-colors.yml +++ b/site/data/theme-colors.yml @@ -12,7 +12,7 @@ description: "Success — Theme color used for positive or successful actions." - name: danger hex: "#cd3c14" - dark_hex: "#ff6666" + dark_hex: "#ff4d4d" description: "Danger — Theme color used for errors or dangerous actions." - name: warning hex: "#ffcc00"