Skip to content

Commit

Permalink
remove unused RoundButtonSizeToggler component
Browse files Browse the repository at this point in the history
  • Loading branch information
jkadamczyk committed May 12, 2022
1 parent 2abd855 commit 2668cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 102 deletions.
98 changes: 0 additions & 98 deletions src/components/animations/RoundButtonSizeToggler.js

This file was deleted.

7 changes: 3 additions & 4 deletions src/components/animations/index.js
Expand Up @@ -14,10 +14,9 @@ export {
} from './ButtonPressAnimation';
export { default as FlyInAnimation } from './FlyInAnimation';
export { default as OpacityToggler } from './OpacityToggler';
export {
default as RoundButtonSizeToggler,
RoundButtonCapSize,
} from './RoundButtonSizeToggler';
export { default as RotationArrow } from './RotationArrow';
export { default as ScaleInAnimation } from './ScaleInAnimation';
export { default as ShimmerAnimation } from './ShimmerAnimation';
export { default as SpinAnimation } from './SpinAnimation';

export const RoundButtonCapSize = 30;

0 comments on commit 2668cb9

Please sign in to comment.