Skip to content

Commit

Permalink
Fix defaults triggereing excessive styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Feb 1, 2024
1 parent c307e39 commit c94e7fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ValkyrieIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ interface ValkyrieProps {
}

export default function ValkyrieIcon({
flip = false,
flip = undefined,
icon,
rotate = undefined,
spin = false,
beat = false,
spin = undefined,
beat = undefined,
...props
}: ValkyrieProps) {
const spinAnimation = keyframes`
Expand Down

0 comments on commit c94e7fd

Please sign in to comment.