Skip to content

Commit

Permalink
chore: add new teste color to tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
igoormatias committed May 23, 2023
1 parent 74e8e9f commit f9d75a6
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
# @igor-ignite-ui/tokens

## 1.0.1

### Patch Changes

- Add new teste color
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": "@igor-ignite-ui/tokens",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "./dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/tokens/src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ export const colors = {
ignite500: '#00875F',
ignite700: '#015F43',
ignite900: '#00291D',

teste: '#FFF',
}

0 comments on commit f9d75a6

Please sign in to comment.