This commit is contained in:
smolgrrr 2024-08-29 16:11:14 +10:00
parent 50b6e49934
commit 66b18bb152

View File

@ -187,7 +187,7 @@ const NewNoteCard = ({
className="bg-neutral-800 text-white text-xs font-medium border-none rounded-lg w-10" className="bg-neutral-800 text-white text-xs font-medium border-none rounded-lg w-10"
value={difficulty} value={difficulty}
onChange={(e) => setDifficulty(e.target.value)} onChange={(e) => setDifficulty(e.target.value)}
min="21" min="22"
/> />
<button <button
type="button" type="button"