Skip to content

Commit

Permalink
feat(design-tokens): add functional colors to match current documenta…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Arturo authored and nowseemee committed May 26, 2021
1 parent a122036 commit b3d8cd9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/design-tokens/src/telekom/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,12 @@ tokens[COLOR] = {
overlay: Color('rgba(108, 108, 108, 0.7)'),
disabled: palette.grey20,
success: palette.green100,
error: palette.red60,
error: palette.red70,
},
functional: {
red: palette.red70,
green: palette.green100,
blue: palette.blue70,
},
};

Expand Down
7 changes: 6 additions & 1 deletion packages/design-tokens/src/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,12 @@ tokens[COLOR] = {
overlay: Color('rgba(108, 108, 108, 0.7)'),
disabled: palette.grey20,
success: palette.green100,
error: palette.red60,
error: palette.red70,
},
functional: {
red: palette.red70,
green: palette.green100,
blue: palette.blue70,
},
};

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3d8cd9

Please sign in to comment.