Skip to content

Commit d5312c0

Browse files
authored
[mobile] 식당 time 텍스트 폰트 크기 수정 (#993) (#994)
1 parent 1d6483e commit d5312c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mobile/src/components/molecules/CafeteriaMenuCard/style.module.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
.meal-time {
1111
margin-top: 3px;
1212
font-weight: 500;
13-
@include typography(14);
13+
@include typography(16);
1414
line-height: 25px;
15+
letter-spacing: 1.5;
1516
color: $black-100;
1617
}
1718
&-info {

0 commit comments

Comments
 (0)