File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ export default function Home() {
152
152
} }
153
153
>
154
154
< 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 >
156
156
< p className = "text-sm text-gray-600" > 撮影してスコアを競おう!</ p >
157
157
</ 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" >
159
159
{ todayAssignment ?. english }
160
160
</ h1 >
161
161
< div className = "flex justify-center w-full" >
@@ -207,11 +207,8 @@ export default function Home() {
207
207
< Card className = "flex flex-col items-center aspect-square w-full p-6 bg-white/80 backdrop-blur-sm" >
208
208
< h2 className = "text-lg font-semibold mb-4" > 過去のチャレンジ</ h2 >
209
209
{ 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 >
215
212
< p className = "text-sm mt-2" >
216
213
新しいチャレンジに挑戦してみましょう!
217
214
</ p >
You can’t perform that action at this time.
0 commit comments