Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #528 from gluestack/fix/descendants-compound-varia…
Browse files Browse the repository at this point in the history
…nts-resolution

fix: descendants compound variants resolution
  • Loading branch information
ankit-tailor authored Nov 8, 2023
2 parents e4f79aa + 6310c99 commit d6dfbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ function setStateAndColorModeCssIdsAndProps(
passingProps: mergedPassingProps,
} = getMergedStateAndColorModeCSSIdsAndProps(
//@ts-ignore
sxDescendantStyleIds.current,
sxDescendantStyleIds.current[key],
sxDescendantFlattenStyleObject[key]?.[
'componentBaseStyleFlatternStyleIdObject'
],
Expand Down

0 comments on commit d6dfbea

Please sign in to comment.