Skip to content

Commit

Permalink
Add alt emphasis on primary
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 5, 2024
1 parent c38e1ec commit d5e9033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-primeui",
"version": "0.3.3",
"version": "0.3.4",
"description": "Utilities for Tailwind CSS",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
colors: {
primary: convert('var(--p-primary-color)'),
'primary-emphasis': convert('var(--p-primary-hover-color)'),
'primary-emphasis-alt': convert('var(--p-primary-active-color)'),
'primary-contrast': convert('var(--p-primary-contrast-color)'),
'primary-50': convert('var(--p-primary-50)'),
'primary-100': convert('var(--p-primary-100)'),
Expand Down

0 comments on commit d5e9033

Please sign in to comment.