Skip to content

Commit

Permalink
Added color.surface.primary / color.surface.accent
Browse files Browse the repository at this point in the history
  • Loading branch information
bstevens committed Jan 11, 2024
1 parent 96967bc commit 33e58d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,18 @@
"type": "color",
"description": "Colour to represent candidates that have been 'submitted' by a recruiter"
}
},
"surface": {
"primary": {
"value": "{color.grey50}",
"type": "color",
"description": "The primary surface colour for page backgrounds"
},
"accent": {
"value": "{color.blueberry1000}",
"type": "color",
"description": "An accented surface colour, used for page backgrounds in modal views"
}
}
}
},
Expand Down

0 comments on commit 33e58d8

Please sign in to comment.