remove fontFamily

This commit is contained in:
ammarahm-ed
2021-01-03 10:38:07 +05:00
parent a7dfd933eb
commit 867fdc715d
16 changed files with 27 additions and 25 deletions

View File

@@ -238,7 +238,7 @@ const MoveNoteComponent = ({close, note, setNote}) => {
borderRadius: 5,
minHeight: 45,
fontSize: SIZE.md,
fontFamily: "sans-serif",
//fontFamily: "sans-serif",
padding: pv - 2,
},
]}
@@ -377,7 +377,7 @@ const MoveNoteComponent = ({close, note, setNote}) => {
borderRadius: 5,
height: 40,
fontSize: SIZE.sm,
fontFamily: "sans-serif",
//fontFamily: "sans-serif",
padding: pv - 2,
},
]}