Skip to content

Commit

Permalink
return arrow color
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTraveylan committed Aug 9, 2023
1 parent 7311869 commit 3dcf7f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
33 changes: 0 additions & 33 deletions src/components/ThemeToggle.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/password-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function PasswordDetail({ password, setIsShowDetail }: { password: PassBd
</CardContent>
<CardFooter>
<div onClick={() => setIsShowDetail(false)}>
<ArrowLeft className="cursor-pointer" size={23} strokeWidth={1.3} />
<ArrowLeft className="cursor-pointer hover:text-red-800 dark:hover:text-red-400" size={23} strokeWidth={1.3} />
</div>
</CardFooter>
</Card>
Expand Down

0 comments on commit 3dcf7f3

Please sign in to comment.