Skip to content

Commit 2f7c628

Browse files
committed
All default text should be white
1 parent 115acbe commit 2f7c628

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/shop/database.sml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ blockly-python:
2424
canvas2svg:
2525
{package: "canvas2svg" path: "canvas2svg.js"}
2626

27+
craftjs:
28+
{package: "@craftjs/core" path: "dist/esm/index.js"}
29+
2730
d3:
2831
{package: "d3" path: "dist/d3.js"}
2932

src/interactive_syntax/core.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,9 +1543,10 @@
15431543
[:div {:id "internalAppContainer"
15441544
:style {:height "100%"
15451545
:width "100%"
1546+
:color "white"
15461547
:background-color "black"}}
15471548
[:div {:id "internalApp"}
1548-
[:h2 {:style {:color "white"}} "Live and Learn!"]]]]
1549+
[:h2 "Live and Learn!"]]]]
15491550
[result-view db repl-ref])]]
15501551
[:div {:style {:flex "1 1 auto"
15511552
:overflow "auto"

0 commit comments

Comments
 (0)