Commit c73b1e96 authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

style 변경

parent 34c9b310
......@@ -7,8 +7,8 @@ type Props = {
export const ADropdownForm = ({ element }: Props) => {
return (
<div className="flex flex-col container w-4/5 h-auto mb-3 py-3">
<select className="py-2 w-48 hover:bg-themeColor bg-gray-200 rounded ">
<div className="flex flex-col container w-11/12 h-auto mb-3 py-3">
<select className="py-2 w-48 hover:bg-gray-200 border border-black rounded ">
{element.content.choices.map((choice) => (
<option>{choice.text}</option>
))}
......
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