mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: improved checkbox design
This commit is contained in:
parent
78dd593f90
commit
7a013d864b
@ -1,7 +1,7 @@
|
||||
import { Field } from 'formik'
|
||||
|
||||
const CheckBox = ({ name, ...props }: CheckBoxProps): JSX.Element => {
|
||||
return <Field type='checkbox' name={name} className='mr-1 w-4 h-4 rounded' {...props} />
|
||||
return <Field type='checkbox' name={name} className='form-checkbox text-koreanbots-blue bg-gray-300 h-4 w-4 rounded' {...props} />
|
||||
}
|
||||
|
||||
interface CheckBoxProps {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user