Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/design-tokens.source.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,10 @@
"secondary": "#F1F1F1",
"secondaryInteraction": "#E4E4E4",
"secondaryDisabled": "#F1F1F1"
},
"premierClub": {
"gradientStart": "#FFDE6F",
"gradientEnd": "#EEBE23"
}
},
"text": {
Expand Down
2 changes: 2 additions & 0 deletions src/tokens/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ $color-background-neutral-primaryDisabled: #bababa;
$color-background-neutral-secondary: #f1f1f1;
$color-background-neutral-secondaryInteraction: #e4e4e4;
$color-background-neutral-secondaryDisabled: #f1f1f1;
$color-background-premierClub-gradientStart: #ffde6f;
$color-background-premierClub-gradientEnd: #eebe23;
$color-text-primary: #161616;
$color-text-secondary: #4d4d4d;
$color-text-tertiary: #6e6e6e;
Expand Down
Loading