Skip to content

Commit

Permalink
remove unnecessary text-white class (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored Aug 6, 2024
1 parent 43067bb commit 2beb5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/listing/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export const FileUploaderItem = forwardRef<
)}
{...props}
>
<div className="font-medium leading-none tracking-tight flex items-center gap-1.5 h-full mr-6 text-white">
<div className="font-medium leading-none tracking-tight flex items-center gap-1.5 h-full mr-6">
{children}
</div>
<button
Expand Down

0 comments on commit 2beb5e8

Please sign in to comment.