Skip to content

Commit a905fce

Browse files
committed
[fix] 不要な文字とCSSの修正
1 parent 1679923 commit a905fce

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

app/src/app/page.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ export default function Home() {
152152
}}
153153
>
154154
<div className="text-center mb-4">
155-
<h2 className="text-lg font-semibold mb-2">今日のお題</h2>
155+
<h2 className="text-lg text-[#333333] font-semibold mb-2">今日のお題</h2>
156156
<p className="text-sm text-gray-600">撮影してスコアを競おう!</p>
157157
</div>
158-
<h1 className="text-3xl font-bold text-center mb-4">
158+
<h1 className="text-4xl font-bold text-[#333333] text-center mb-4">
159159
{todayAssignment?.english}
160160
</h1>
161161
<div className="flex justify-center w-full">
@@ -207,11 +207,8 @@ export default function Home() {
207207
<Card className="flex flex-col items-center aspect-square w-full p-6 bg-white/80 backdrop-blur-sm">
208208
<h2 className="text-lg font-semibold mb-4">過去のチャレンジ</h2>
209209
{myScore.length === 0 ? (
210-
<div className="text-gray-500 text-center py-8">
211-
<p>まだチャレンジの記録がありません</p>
212-
<p className="text-sm mt-2">
213-
新しいチャレンジに挑戦してみましょう!
214-
</p>
210+
<div className="text-gray-500 text-center py-8 mt-12">
211+
<p className="font-bold">まだチャレンジの記録がありません</p>
215212
<p className="text-sm mt-2">
216213
新しいチャレンジに挑戦してみましょう!
217214
</p>

0 commit comments

Comments
 (0)