Skip to content

Commit

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

export const Title = styled(Text.H1).attrs(() => ({
export const Title = styled(Text.H4).attrs(() => ({
as: 'h1',
bold: true,
}))`
${({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ exports[`<Feedback /> should render correctly when not centered vertically 1`] =
.c4 {
margin: 0;
padding: 0;
font-size: 48px;
line-height: 56px;
font-size: 24px;
line-height: 32px;
color: #231B22;
font-family: Rubik;
font-weight: 500;
Expand Down

0 comments on commit fe1ba1d

Please sign in to comment.