Skip to content

Commit

Permalink
chore:added small change for release pr (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
yssambare12 authored Sep 23, 2024
1 parent b2c0d62 commit 7aa7884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Custom_Fonts_Icons from "@Common/svg-icons";

const AddFont = () => {
const [activeType, setActiveType] = useState("local");
const [previewSize, updatePreviewSize] = useState("30");
const [previewSize, updatePreviewSize] = useState("35");

const toggleType = (value) => {
setActiveType(value);
Expand Down

0 comments on commit 7aa7884

Please sign in to comment.