Skip to content

Commit

Permalink
Feat: 정보 좋아요 마우스 hover 시 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJinNo committed Aug 26, 2024
1 parent 1986315 commit 1462e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const InformationLikeCount = ({ loading, likeCount, onLikesClick }: Props) => {
<div>
<HashSpinner loading={loading} />
<button
className="flex flex-row items-center gap-1 text-gray2 dark:text-slate-400"
className="flex flex-row items-center gap-1 text-gray2 hover:text-[#F85E5E] dark:text-slate-400"
type="button"
onClick={() => onLikesClick()}
>
Expand Down

0 comments on commit 1462e40

Please sign in to comment.