mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-02 13:46:06 -04:00
MiniRepl: consume font settings
This commit is contained in:
@@ -7,3 +7,7 @@
|
||||
border: 1px solid var(--lineHighlight);
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.cm-scroller {
|
||||
font-family: inherit !important;
|
||||
}
|
||||
|
||||
@@ -60,6 +60,8 @@ export function MiniRepl({
|
||||
theme={themes[theme]}
|
||||
hideHeader={hideHeader}
|
||||
keybindings={keybindings}
|
||||
fontFamily={fontFamily}
|
||||
fontSize={fontSize}
|
||||
onPaint={
|
||||
claviature
|
||||
? (ctx, time, haps, drawTime) => {
|
||||
|
||||
Reference in New Issue
Block a user