Skip to content

Commit

Permalink
fix: Fixed the problem that the spin component rotation style error (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pkc918 authored Sep 13, 2023
1 parent 3bafb9f commit db669b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preset/src/shortcuts/spin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const spinShortcuts: Record<string, string> = {
'k-spin--spinner':
'absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-center text-ikun-main',
'k-spin--text': 'text-4 my-4 animate-bounce',
'k-spin--spinner__rotating': 'animate-spin animate-duration-3000'
'k-spin--spinner__rotating': 'animate-spin animate-duration-3000 fcc'
};

0 comments on commit db669b1

Please sign in to comment.