Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 18, 2023
1 parent e63a46e commit 97d48b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,4 @@
max-width: tokens.$coral-sizing-maximal;
transition: tokens.$coral-transition-fast;
}

// &[data-enter] {
// .animatedZone {
// opacity: 1;
// transform: translateY(0%);
// }
// }
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useId } from '../../../../useId';
import { CheckboxPrimitiveType } from '../../Primitives';
import { useControl } from '../../../../useControl';

import styles from './ToggleSwitchPrimitive.module.scss';
import styles from './Input.ToggleSwitch.module.scss';

export type ToggleSwitchPropTypes = Omit<CheckboxPrimitiveType, 'onChange'> & {
onChange?: (checked: boolean) => void;
Expand Down

0 comments on commit 97d48b4

Please sign in to comment.