Skip to content

Commit

Permalink
feat: text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
jun-brro committed May 21, 2024
1 parent 48090a8 commit e0e398a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/ResultPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ const ResultPage: React.FC = () => {
>
๋‹ค์‹œ ์ธ์‹ํ•˜๊ธฐ
</button>
<div className="relative z-10 text-white text-xl md:text-2xl font-bold mt-4">
<div className="relative z-10 text-gray-800 md:text-white text-xl md:text-2xl font-bold mt-4">
์ถ”์ฒœ ์Œ์•… ๋ชฉ๋ก
</div>
{fileName && (
<div className="text-white text-sm md:text-base mt-2">
<div className="text-gray-800 md:text-white text-sm md:text-base mt-2">
์ž…๋ ฅ ํŒŒ์ผ๋ช…: {fileName}
</div>
)}
Expand Down

0 comments on commit e0e398a

Please sign in to comment.