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 e5e7118 commit e247b44Copy full SHA for e247b44
packages/react/src/Text/Text.tsx
@@ -63,7 +63,7 @@ const TYPOGRAPHY_PROP_NAMES = new Set(Object.keys(TYPOGRAPHY))
63
64
const includesSystemProps = (props: StyledTextProps) => {
65
if (props.sx) {
66
- return true;
+ return true
67
}
68
69
return Object.keys(props).some(prop => {
0 commit comments