feat(web): tailwind css (#1147)
This commit is contained in:
@@ -10,7 +10,7 @@ type CheckboxProps = {
|
||||
|
||||
const Checkbox: FunctionComponent<CheckboxProps> = ({ name, checked, onChange, disabled, label }) => {
|
||||
return (
|
||||
<label htmlFor={name} className="flex items-center fit-content mb-2">
|
||||
<label htmlFor={name} className="flex items-center fit-content mb-2 text-sm">
|
||||
<input
|
||||
className="mr-2"
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user