From b61e50e6493a810f4d66aad580d5d6288c0c5172 Mon Sep 17 00:00:00 2001 From: jtpark Date: Thu, 27 Jul 2023 13:32:09 +0900 Subject: [PATCH] feat: Fix the font weight --- .../dashboard-info-title/DashboardInfoTitle.styles.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/src/components/dashboard/dashboard-info-title/DashboardInfoTitle.styles.ts b/packages/web/src/components/dashboard/dashboard-info-title/DashboardInfoTitle.styles.ts index 722eda95f..2b12a7591 100644 --- a/packages/web/src/components/dashboard/dashboard-info-title/DashboardInfoTitle.styles.ts +++ b/packages/web/src/components/dashboard/dashboard-info-title/DashboardInfoTitle.styles.ts @@ -25,7 +25,7 @@ export const GnosLogoWrapper = styled.div` border-radius: 100%; } .gnos-symbol { - ${fonts.body6}; + ${fonts.body5}; } .gnos-image { width: 17px; @@ -43,7 +43,7 @@ export const GnotLogoWrapper = styled.div` border-radius: 100%; } .gnot-symbol { - ${fonts.body6}; + ${fonts.body5}; } .gnot-image { width: 21.37499618530306px;