Skip to content

Commit

Permalink
Fixed hover colors of text
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 5, 2024
1 parent 8dc6bf3 commit c38e1ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2",
"version": "0.3.3",
"description": "Utilities for Tailwind CSS",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ module.exports = ({ addUtilities }) =>
color: 'var(--p-text-color)'
},
'.text-color-emphasis': {
color: 'var(--p-text-color)'
color: 'var(--p-text-hover-color)'
},
'.text-muted-color': {
color: 'var(--p-text-muted-color)'
},
'.text-muted-color-emphasis': {
color: 'var(--p-text-muted-color)'
color: 'var(--p-text-hover-muted-color)'
}
});

0 comments on commit c38e1ec

Please sign in to comment.