Skip to content

Commit

Permalink
chore: adds a new black color to tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomarquesteles committed Jul 7, 2023
1 parent d2d0cf9 commit 05f0cf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rmt-ignite-ui/tokens

## 1.1.0

### Minor Changes

- adds a new color to tokens
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmt-ignite-ui/tokens",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions packages/tokens/src/colors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const colors = {
white: '#FFF',
black: '#000',
black100: '#1d1d1f',

gray100: '#E1E1E6',
gray200: '#A9A9B2',
Expand Down

0 comments on commit 05f0cf1

Please sign in to comment.