diff --git a/modules/preview-react/radio/lib/RadioGroup.tsx b/modules/preview-react/radio/lib/RadioGroup.tsx index a8f327e669..f1158cda92 100644 --- a/modules/preview-react/radio/lib/RadioGroup.tsx +++ b/modules/preview-react/radio/lib/RadioGroup.tsx @@ -24,7 +24,7 @@ const radioGroupStencil = createStencil({ borderRadius: system.shape.x1, gap: system.space.x2, padding: `${px2rem(10)} ${system.space.x3} ${system.space.x2}`, - margin: `${calc.negate(system.space.x1)} ${calc.negate(system.space.x3)}`, + margin: `0 ${calc.negate(system.space.x3)}`, transition: '100ms box-shadow', width: 'fit-content', }, diff --git a/modules/react/radio/lib/RadioGroup.tsx b/modules/react/radio/lib/RadioGroup.tsx index 62e02aec78..35ea51d5f7 100644 --- a/modules/react/radio/lib/RadioGroup.tsx +++ b/modules/react/radio/lib/RadioGroup.tsx @@ -39,7 +39,7 @@ const Container = styled('div') div': { margin: `${space.xxs} ${space.zero}`, alignItems: 'flex-start', diff --git a/modules/react/radio/stories/examples/NoValue.tsx b/modules/react/radio/stories/examples/NoValue.tsx index 4a7c6d8d40..9ad304eb7b 100644 --- a/modules/react/radio/stories/examples/NoValue.tsx +++ b/modules/react/radio/stories/examples/NoValue.tsx @@ -5,7 +5,7 @@ import {Subtext} from '@workday/canvas-kit-react/text'; import {useUniqueId} from '@workday/canvas-kit-react/common'; export const NoValue = () => { - const [value, setValue] = React.useState(0); + const [value, setValue] = React.useState(''); const handleChange = (value: string | number) => { setValue(value); diff --git a/modules/react/text-area/stories/examples/Grow.tsx b/modules/react/text-area/stories/examples/Grow.tsx index 4cac7d2100..abe0a3bd1f 100644 --- a/modules/react/text-area/stories/examples/Grow.tsx +++ b/modules/react/text-area/stories/examples/Grow.tsx @@ -10,7 +10,7 @@ export const Grow = () => { }; return ( - + Leave a Review foo