diff --git a/src/ui/knobs/text/index.tsx b/src/ui/knobs/text/index.tsx index 7e6738a..b82e934 100644 --- a/src/ui/knobs/text/index.tsx +++ b/src/ui/knobs/text/index.tsx @@ -23,6 +23,7 @@ interface Props { const Properties = { FontSize: "font-size", + LineHeight: "line-height", FontWeight: "font-weight", FontColor: "color", FontFamily: "font-family", @@ -47,6 +48,17 @@ export default function TextStyles({ onChange={value => updateProp(Properties.FontSize, value)} /> + { + removeProp(Properties.LineHeight); + }} + > + updateProp(Properties.LineHeight, value)} + /> +