Skip to content

Commit d37ab57

Browse files
committed
feat: 일력 화면 UI 개선 및 폰트 변경
- 연도 표시 제거 - 폰트를 WantedSans-SemiBold로 변경 - 여백 및 간격 조정
1 parent 3326c8d commit d37ab57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/CalendarPage.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,13 @@ const CalendarPage: React.FC<Props> = ({
458458
className="border-t border-dashed border-gray-200 bg-gray-50 p-8"
459459
>
460460
<View className="mx-auto flex-1 w-full max-w-xl ">
461+
<View className="mb-3 flex-row items-center opacity-60">
462+
<Text className=" text-[11px] font-bold tracking-[0.2em] text-gray-500 font-wanted-semibold">
463+
오늘의 운세
464+
</Text>
465+
<View className="ml-2 h-px flex-1 bg-gray-300" />
466+
</View>
467+
461468
{fortune ? (
462469
<>
463470
<FortuneItem

0 commit comments

Comments
 (0)