diff --git a/packages/mobile/src/components/molecules/CafeteriaMenuCard/style.module.scss b/packages/mobile/src/components/molecules/CafeteriaMenuCard/style.module.scss index 05c9b705..e730a666 100644 --- a/packages/mobile/src/components/molecules/CafeteriaMenuCard/style.module.scss +++ b/packages/mobile/src/components/molecules/CafeteriaMenuCard/style.module.scss @@ -10,8 +10,9 @@ .meal-time { margin-top: 3px; font-weight: 500; - @include typography(14); + @include typography(16); line-height: 25px; + letter-spacing: 1.5; color: $black-100; } &-info {