Skip to content

Commit

Permalink
fix(breadcrumb): simplify styling classes for items (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo225 authored Nov 5, 2024
1 parent 1fcc078 commit 8d0fe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primevue/breadcrumb/breadcrumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const breadcrumb: BreadcrumbPassThroughOptions = {
class: tw`flex-no-wrap ris-label1-regular my-2 flex items-center break-all`,
},
itemLink: {
class: tw`ris-link1-regular inline-flex cursor-pointer items-center leading-tight no-underline outline-4 outline-offset-4 outline-blue-800 hover:underline focus:outline`,
class: tw`inline-flex cursor-pointer items-center text-blue-800 outline-4 outline-offset-4 outline-blue-800 hover:underline focus:outline`,
},
separator: {
class: tw`mx-6 flex items-center text-gray-600`,
Expand Down

0 comments on commit 8d0fe8a

Please sign in to comment.