Skip to content

Commit

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

0 comments on commit 2a492f6

Please sign in to comment.