Skip to content

Commit

Permalink
fix: use keyframes from emotion
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 28, 2025
1 parent 855eb4a commit 7273a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/components/Stepper.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { keyframes } from '@chakra-ui/react'
import { keyframes } from '@emotion/react'

const throb = keyframes({
'0%': {
Expand Down

0 comments on commit 7273a13

Please sign in to comment.