Skip to content

Commit

Permalink
style: add check button hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Jun 27, 2024
1 parent 36e16dd commit 6b7595a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function DeleteTakenLectureButton({ lectureId, onDelete }: Delete
>
<Button
label="확인"
className="text-primary font-bold bg-white"
className="text-primary font-bold bg-white hover:bg-white"
data-cy="confirm-button"
data-testid="confirm-button"
onClick={() => {
Expand Down

0 comments on commit 6b7595a

Please sign in to comment.