MiniRepl: consume font settings
This commit is contained in:
parent
9971867e2f
commit
d2dffe3186
3 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export function MiniRepl({
|
|||
onPaint,
|
||||
canvasHeight = 200,
|
||||
fontSize = 18,
|
||||
fontFamily,
|
||||
hideHeader = false,
|
||||
theme,
|
||||
keybindings,
|
||||
|
|
@ -156,6 +157,7 @@ export function MiniRepl({
|
|||
onChange={setCode}
|
||||
onViewChanged={setView}
|
||||
theme={theme}
|
||||
fontFamily={fontFamily}
|
||||
fontSize={fontSize}
|
||||
keybindings={keybindings}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue