Skip to content

Commit

Permalink
refactor: skeleton updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWaldschmidt committed Jun 17, 2024
1 parent 469dd24 commit 17f4fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Skeleton/Skeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ withDefaults(
.uic-skeleton {
@apply overflow-hidden;
@apply animate-pulse;
@apply rounded-lg;
@apply rounded-full;
&.color-error {
@apply bg-error;
}
&.color-neutral {
@apply bg-gray-200;
@apply bg-gray-100;
}
&.color-success {
@apply bg-success;
Expand Down

0 comments on commit 17f4fc0

Please sign in to comment.