mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
remove fontFamily
This commit is contained in:
@@ -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,
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user