Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Duarte committed Aug 13, 2021
1 parent e391a4a commit 8f46743
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,14 @@ export const PolymorphicComponent1 = React.forwardRef(({ children, ...props }, f
)) as PolymorphicComponent;

export function TestPolymorphicComponent1() {
return (
<PolymorphicComponent1
css={{
color: '$red100' // we should see `$red100` here
}}
mySize="myLarge"
// we should see `mySize` variant as an option here
/>
)
}
return (
<PolymorphicComponent1
css={{
color: '$red100' // we should see `$red100` here
}}
mySize="myLarge"
// we should see `mySize` variant as an option here
/>
)
}

0 comments on commit 8f46743

Please sign in to comment.