diff --git a/packages/slate-react/src/components/leaf.tsx b/packages/slate-react/src/components/leaf.tsx index c5edc7bc1..70f0c3999 100644 --- a/packages/slate-react/src/components/leaf.tsx +++ b/packages/slate-react/src/components/leaf.tsx @@ -42,6 +42,9 @@ const Leaf = (props: { whiteSpace: 'nowrap', opacity: '0.333', userSelect: 'none', + fontStyle: 'normal', + fontWeight: 'normal', + textDecoration: 'none', }} > {leaf.placeholder as React.ReactNode}