Skip to content

Commit

Permalink
feat: Fix the font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
juntaepark committed Jul 27, 2023
1 parent 3e4c8a8 commit b61e50e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const GnosLogoWrapper = styled.div`
border-radius: 100%;
}
.gnos-symbol {
${fonts.body6};
${fonts.body5};
}
.gnos-image {
width: 17px;
Expand All @@ -43,7 +43,7 @@ export const GnotLogoWrapper = styled.div`
border-radius: 100%;
}
.gnot-symbol {
${fonts.body6};
${fonts.body5};
}
.gnot-image {
width: 21.37499618530306px;
Expand Down

0 comments on commit b61e50e

Please sign in to comment.