Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Sep 20, 2024
1 parent 7e746ca commit 003f1c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwind-theme-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakura-ui/tailwind-theme-plugin",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"keywords": [],
"author": "glassonion1",
Expand Down
14 changes: 14 additions & 0 deletions packages/tailwind-theme-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,20 @@ const sakuraPlugin = plugin(
800: tokens.Color.Neutral.SolidGrey[800].value,
900: tokens.Color.Neutral.SolidGrey[900].value
},
'solid-gray': {
50: tokens.Color.Neutral.SolidGrey[50].value,
100: tokens.Color.Neutral.SolidGrey[100].value,
200: tokens.Color.Neutral.SolidGrey[200].value,
300: tokens.Color.Neutral.SolidGrey[300].value,
400: tokens.Color.Neutral.SolidGrey[400].value,
420: tokens.Color.Neutral.SolidGrey[420].value,
500: tokens.Color.Neutral.SolidGrey[500].value,
536: tokens.Color.Neutral.SolidGrey[536].value,
600: tokens.Color.Neutral.SolidGrey[600].value,
700: tokens.Color.Neutral.SolidGrey[700].value,
800: tokens.Color.Neutral.SolidGrey[800].value,
900: tokens.Color.Neutral.SolidGrey[900].value
},
'success-1': tokens.Color.Success[1].value,
'success-2': tokens.Color.Success[2].value,
'error-1': tokens.Color.Error[1].value,
Expand Down

0 comments on commit 003f1c0

Please sign in to comment.