Skip to content

Commit

Permalink
Merge pull request #854 from gympass/ACS-57
Browse files Browse the repository at this point in the history
🚀 Feat: adjust heading level
  • Loading branch information
flavia-moraes authored Dec 11, 2024
2 parents fa860d8 + fe1ba1d commit 754b19c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/yoga/src/Feedback/web/StyledFeedback.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const TextContainer = styled.div`
`;

export const Title = styled(Text.H4).attrs(() => ({
as: 'p',
as: 'h1',
bold: true,
}))`
${({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ exports[`<Feedback /> should render correctly when not centered vertically 1`] =
<div
class="c3"
>
<p
<h1
class="c4"
>
Welcome to Yoga
</p>
</h1>
<p
class="c5"
color="deep"
Expand Down

0 comments on commit 754b19c

Please sign in to comment.