diff --git a/packages/test/index.tsx b/packages/test/index.tsx index 6217c80c..791b8ca4 100644 --- a/packages/test/index.tsx +++ b/packages/test/index.tsx @@ -26,7 +26,7 @@ const { config, styled } = Stitches.createStitches({ // --------------------------------------------------------------------------- const StyledStatus = styled('span', { - color: '$', + color: '$', // we should see `$red100` here variants: { mySize: { myLarge: {}, @@ -41,7 +41,7 @@ export const Status: React.ForwardRefExoticComponent { }} /> + return { }} css={{color: '$'}} mySize="myLarge" /> // we should see `$red100` here } // ---------------------------------------------------------------------------