Skip to content

Commit

Permalink
Merge pull request #292 from caorushizi/fix-error
Browse files Browse the repository at this point in the history
fix: 🐛  error message style in dark mode
  • Loading branch information
caorushizi authored Sep 26, 2024
2 parents 215d707 + bbd83cc commit 751e659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export function DownloadItem({
<TerminalDrawer
asChild
trigger={
<div className="cursor-pointer truncate text-[#ff7373]">
<div className="cursor-pointer truncate text-[#ff7373] dark:text-[rgba(255,115,115,0.6)]">
{t("failReason")}: ... {item.log.slice(-100)}
</div>
}
Expand Down

0 comments on commit 751e659

Please sign in to comment.