Skip to content

Commit c5affe5

Browse files
author
Kubit
committed
Include display prop to Text component
1 parent 36d0e13 commit c5affe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/text/text.styled.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ const TEXT_STYLED_TRANSIENT_PROPS = [
101101
'decoration',
102102
'cursor',
103103
'customTypography',
104+
'display',
104105
];
105106

106107
export const TextStyled = styled.p.withConfig({

0 commit comments

Comments
 (0)