Skip to content

Commit

Permalink
Remove extra space!
Browse files Browse the repository at this point in the history
  • Loading branch information
Youakeem committed Sep 19, 2024
1 parent 99a9aa0 commit b2259d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui/src/components/ToggleCard/ToggleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { Switch } from '../Switch/Switch'
import { Text } from '../Text/Text'
import { toggleCardSwitchStyles } from './ToggleCard.css'

type RootProps = ComponentProps<typeof Card.Root>

type RootProps = ComponentProps<typeof Card.Root>
const ToggleRoot = ({ children, ...props }: RootProps) => {
return (
<Card.Root variant="secondary" size="md" {...props}>
Expand Down

0 comments on commit b2259d8

Please sign in to comment.