Skip to content

Commit

Permalink
[Internship] Changed icon color of report number select in partial re…
Browse files Browse the repository at this point in the history
…port modal.
  • Loading branch information
Emanuel-Palestino committed Jan 10, 2024
1 parent fddd33c commit 36e4f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/internship/Documents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const Documents = () => {
value={i + 1}
endContent={
documentsDownloaded[`weekly-report-${i + 1}`] ?
<span className="text-green-600 font-bold absolute right-3 pr-4">
<span className="fill-green-600 font-bold absolute right-3 pr-4">
<DownloadIcon />
</span>
: <></>
Expand Down

0 comments on commit 36e4f5e

Please sign in to comment.