Skip to content

Commit

Permalink
fix(tailwind): loader spin position overflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Mar 5, 2023
1 parent f863400 commit 7ae9e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwind/src/style/components/loader.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@

/* spin */
.loader > .spin {
@apply inline-block box-border duration-1000 ease-linear rounded-[50%];
@apply box-border duration-1000 ease-linear rounded-[50%];
@apply w-full h-full border-[6px];
animation: spin 1s linear infinite;
border-color: transparent rgb(var(--sira-color-800)) rgb(var(--sira-color-800)) rgb(var(--sira-color-800));
Expand Down

0 comments on commit 7ae9e29

Please sign in to comment.