We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3326c8d commit d37ab57Copy full SHA for d37ab57
src/components/CalendarPage.tsx
@@ -458,6 +458,13 @@ const CalendarPage: React.FC<Props> = ({
458
className="border-t border-dashed border-gray-200 bg-gray-50 p-8"
459
>
460
<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
+
468
{fortune ? (
469
<>
470
<FortuneItem
0 commit comments