Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(FontFamilyDropdown.tsx): use FontFamily type for event value
The event.target.value type was string, but it should be FontFamily. This change ensures that the correct type is used.
- Loading branch information