Skip to content

Commit

Permalink
fixed build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
russell-rozenbaum committed Aug 17, 2024
1 parent 887fa6c commit 229b969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/haz3lweb/view/Page.re
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,10 @@ let get_selection = (model: Model.t): string =>

let view = (~inject: UpdateAction.t => Ui_effect.t(unit), model: Model.t) =>
div(
~attrs=
Attr.[
id("page"),
...handlers(~inject, Editors.get_editor(model.editors), model),
],
~attrs=[
Attr.id("page"),
...handlers(~inject, Editors.get_editor(model.editors), model),
],
[
FontSpecimen.view("font-specimen"),
DecUtil.filters,
Expand Down
2 changes: 1 addition & 1 deletion src/haz3lweb/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ svg.expandable path {
.em {
font-style: italic;
}

ç
ninja-keys {
--ninja-text-color: var(--light-text-color);
--ninja-accent-color: var(--selection-shadow-color);
Expand Down

0 comments on commit 229b969

Please sign in to comment.