Skip to content

Commit

Permalink
style: 버튼 배경색 투명하게 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoribogo committed Dec 4, 2023
1 parent 4814e09 commit a3dcf3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const QuestionTypeModal = ({ append }: QuestionTypeModalProps) => {
<p className="text-lg text-black dark:text-white md:text-xl">
질문 형식 선택
</p>
<label htmlFor="modal-2" className="btn p-0">
<label htmlFor="modal-2" className="btn bg-transparent p-0">
<CloseIcon className="fill-black dark:fill-white" />
</label>
</div>
Expand Down

0 comments on commit a3dcf3c

Please sign in to comment.