Skip to content

Commit

Permalink
Refactor #352 - For Chip
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 8, 2024
1 parent 8fd7e31 commit a457739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles/primevue/chip.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}

.p-chip-image {
@apply rounded-full w-8 h-8 -ml-2
@apply rounded-full w-8 h-8 -ms-2
}

.p-chip:has(.p-chip-remove-icon) {
@apply pr-2
@apply pe-2
}

.p-chip:has(.p-chip-image) {
Expand All @@ -24,4 +24,4 @@
@apply cursor-pointer text-base w-4 h-4 rounded-full
text-surface-800 dark:text-surface-0
focus-visible:outline focus-visible:outline-1 focus-visible:outline-offset-2 focus-visible:outline-primary
}
}

0 comments on commit a457739

Please sign in to comment.