Skip to content

Commit

Permalink
🔥 hotfix golor gray darker as class
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Dec 17, 2021
1 parent 19c32ce commit 0901a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion design-system/projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mprisma/components",
"version": "0.0.66",
"version": "0.0.67",
"repository": {
"type": "git",
"url": "https://github.com/gabriel-gn/prisma-components.git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
.color-gray-light {color: var(--color-gray-light) !important;}
.color-gray-medium {color: var(--color-gray-medium) !important;}
.color-gray-dark {color: var(--color-gray-dark) !important;}
.color-gray-darker {color: var(--color-gray-darker) !important;}

.text-overflow {
// PARA SER UTILIZADO NA DIV!!
Expand Down

1 comment on commit 0901a31

@vercel
Copy link

@vercel vercel bot commented on 0901a31 Dec 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.