feat: style match

This commit is contained in:
Wentao Lyu 2023-04-05 03:07:46 +08:00
parent 9f1ded7f75
commit 579b53de29
6 changed files with 53 additions and 36 deletions

View file

@ -3,7 +3,7 @@ import CheckMark from '../svg/CheckMark.jsx';
import { Listbox, Transition } from '@headlessui/react';
import { cn } from '~/utils/';
function SelectDropDown({
function SelectDropdown({
title = 'Model',
value,
disabled,
@ -111,4 +111,4 @@ function SelectDropDown({
);
}
export default SelectDropDown;
export default SelectDropdown;