Commit 9e1cd4c9 authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

checkbox 크기 변경

parent c8866e57
...@@ -37,7 +37,7 @@ export const ACheckboxForm = ({ element, answerQuestion }: Props) => { ...@@ -37,7 +37,7 @@ export const ACheckboxForm = ({ element, answerQuestion }: Props) => {
{element.content.choices.map((choice) => ( {element.content.choices.map((choice) => (
<div> <div>
<input <input
className="mr-2" className="mr-2 w-4 h-4"
type="checkbox" type="checkbox"
value={choice.text} value={choice.text}
onChange={handleChange} onChange={handleChange}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment