Skip to content

Commit

Permalink
fix: finished text color
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed May 4, 2024
1 parent d1b9380 commit dabf13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export function Page() {
{LABEL_COMING_SOON}
</span>
) : (
LABEL_FINISHED
<span className="text-white">{LABEL_FINISHED}</span>
)}
</p>
{/* --- SPサイズの表示要素 --- */}
Expand Down

0 comments on commit dabf13c

Please sign in to comment.