Skip to content

Commit

Permalink
feat: update heading level
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliosilveiraext committed Dec 11, 2024
1 parent fa860d8 commit d0a8d0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/yoga/src/Feedback/web/StyledFeedback.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export const TextContainer = styled.div`
`}}
`;

export const Title = styled(Text.H4).attrs(() => ({
as: 'p',
export const Title = styled(Text.H1).attrs(() => ({
bold: true,
}))`
${({
Expand Down

0 comments on commit d0a8d0d

Please sign in to comment.