mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: add rounded class
This commit is contained in:
parent
192534b14f
commit
d537fa77ed
@ -10,7 +10,7 @@ const Select = ({ placeholder, options, handleChange, handleTouch }:SelectProps)
|
||||
opacity: '0.7'
|
||||
} }
|
||||
}
|
||||
}} className='border border-grey-light dark:border-transparent' classNamePrefix='outline-none text-black dark:bg-very-black dark:text-white ' placeholder={placeholder || '선택해주세요.'} options={options} onChange={handleChange} onBlur={handleTouch} noOptionsMessage={() => '검색 결과가 없습니다.'}/>
|
||||
}} className='border border-grey-light dark:border-transparent rounded' classNamePrefix='outline-none text-black dark:bg-very-black dark:text-white ' placeholder={placeholder || '선택해주세요.'} options={options} onChange={handleChange} onBlur={handleTouch} noOptionsMessage={() => '검색 결과가 없습니다.'}/>
|
||||
}
|
||||
|
||||
interface SelectProps {
|
||||
|
||||
@ -10,7 +10,7 @@ const Select = ({ placeholder, options, handleChange, handleTouch }:SelectProps)
|
||||
opacity: '0.7'
|
||||
} }
|
||||
}
|
||||
}} isMulti className='border border-grey-light dark:border-transparent' classNamePrefix='outline-none text-black dark:bg-very-black dark:text-white cursor-pointer ' placeholder={placeholder || '선택해주세요.'} options={options} onChange={handleChange} onBlur={handleTouch} noOptionsMessage={() => '검색 결과가 없습니다.'}/>
|
||||
}} isMulti className='border border-grey-light dark:border-transparent rounded' classNamePrefix='outline-none text-black dark:bg-very-black dark:text-white cursor-pointer ' placeholder={placeholder || '선택해주세요.'} options={options} onChange={handleChange} onBlur={handleTouch} noOptionsMessage={() => '검색 결과가 없습니다.'}/>
|
||||
}
|
||||
|
||||
interface SelectProps {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user