diff --git a/src/components/AddTransactionButton.tsx b/src/components/AddTransactionButton.tsx index fa08bdc..c4e71f2 100644 --- a/src/components/AddTransactionButton.tsx +++ b/src/components/AddTransactionButton.tsx @@ -8,7 +8,7 @@ import { Form, FormField, FormItem, FormLabel, FormControl } from './ui/form'; import { Input } from './ui/input'; import { Button } from './ui/button'; import { useForm } from 'react-hook-form'; -import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './ui/select'; +import { ToggleGroup, ToggleGroupItem } from './ui/toggle-group'; interface ExpenseFormValues { title: string; @@ -92,23 +92,26 @@ const AddTransactionButton = () => { render={({ field }) => ( 카테고리 - + + )} /> @@ -121,7 +124,12 @@ const AddTransactionButton = () => { > 취소 - +