We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4315d commit daa9daaCopy full SHA for daa9daa
src/Shared/Components/Switch/Switch.component.tsx
@@ -98,7 +98,7 @@ const Switch = ({
98
<Tooltip alwaysShowTippyOnHover={!!tooltipContent} content={tooltipContent}>
99
<label
100
htmlFor={inputId.current}
101
- className={`${getSwitchContainerClass({ shape, size })} flex dc__no-shrink py-2`}
+ className={`${getSwitchContainerClass({ shape, size })} flex dc__no-shrink py-2 m-0`}
102
>
103
<input
104
type="checkbox"
src/Shared/Components/Switch/index.ts
@@ -1 +1,3 @@
1
+export { SWITCH_SHAPES, SWITCH_VARIANTS } from './constants'
2
export { default as Switch } from './Switch.component'
3
+export type { SwitchProps } from './types'
0 commit comments