Skip to content

Commit

Permalink
border changed
Browse files Browse the repository at this point in the history
  • Loading branch information
PATILYASHH committed Aug 3, 2024
1 parent 28bac9f commit fdf064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Error/ErrorCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ErrorCard({ error }) {
</div>

<button
className="flex mt-2 items-center gap-2 px-3 py-2 border border-black rounded-lg hover:border-primary hover:text-primary"
className="flex mt-2 items-center gap-2 px-3 py-2 border border-black dark:border-white rounded-lg hover:border-primary hover:text-primary"
onClick={() => setOpenModal((prev) => !prev)}
>
<span className="text-xs">Solution</span>
Expand Down

0 comments on commit fdf064b

Please sign in to comment.