Skip to content

Commit

Permalink
Bug on functional colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-lebourgeois committed Dec 12, 2024
1 parent e13108e commit 4b60ac5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions src/theme/dark/ODS.colors.functional.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
export const DARK_COLORS_FUNCTIONAL = {
color: [
'var(--ods-functional-1, #FF7900)',
'var(--ods-functional-1, #666666)',
'var(--ods-functional-1, #66CC66)',
'var(--ods-functional-1, #FFCC00)',
'var(--ods-functional-1, #FF4D4D)',
'var(--ods-functional-1, #6699FF)',
'var(--ods-functional-2, #666666)',
'var(--ods-functional-3, #66CC66)',
'var(--ods-functional-4, #FFCC00)',
'var(--ods-functional-5, #FF4D4D)',
'var(--ods-functional-6, #6699FF)',
],
};
10 changes: 5 additions & 5 deletions src/theme/default/ODS.colors.functional.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
export const DEFAULT_COLORS_FUNCTIONAL = {
color: [
'var(--ods-functional-1, #F16E00)',
'var(--ods-functional-1, #EEEEEE)',
'var(--ods-functional-1, #228722)',
'var(--ods-functional-1, #FFCC00)',
'var(--ods-functional-1, #CD3C14)',
'var(--ods-functional-1, #4170D8)',
'var(--ods-functional-2, #EEEEEE)',
'var(--ods-functional-3, #228722)',
'var(--ods-functional-4, #FFCC00)',
'var(--ods-functional-5, #CD3C14)',
'var(--ods-functional-6, #4170D8)',
],
};
10 changes: 5 additions & 5 deletions src/theme/light/ODS.colors.functional.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
export const LIGHT_COLORS_FUNCTIONAL = {
color: [
'var(--ods-functional-1, #F16E00)',
'var(--ods-functional-1, #EEEEEE)',
'var(--ods-functional-1, #228722)',
'var(--ods-functional-1, #FFCC00)',
'var(--ods-functional-1, #CD3C14)',
'var(--ods-functional-1, #4170D8)',
'var(--ods-functional-2, #EEEEEE)',
'var(--ods-functional-3, #228722)',
'var(--ods-functional-4, #FFCC00)',
'var(--ods-functional-5, #CD3C14)',
'var(--ods-functional-6, #4170D8)',
],
};

0 comments on commit 4b60ac5

Please sign in to comment.