Skip to content

Commit

Permalink
Removed color
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafeeruddin committed Sep 16, 2024
1 parent b5a52fd commit e8a1be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/bookmark/BookmarkButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const BookmarkButton = ({
>
<BookmarkIcon
size={size}
{...(addedBookmark && { fill: '#2563EB' })}
className={`drop-shadow-2xl transition-colors duration-300 ${
addedBookmark
? 'stroke-blue-500 stroke-2 text-blue-500'
Expand Down

0 comments on commit e8a1be0

Please sign in to comment.