Skip to content

Commit ab2e6e0

Browse files
committed
Fixes color and installation on linux
1 parent f632675 commit ab2e6e0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

examples/calculator/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ const styleSheet = `
267267
qproperty-paddingHorizontal: 5px;
268268
font-size: 40px;
269269
qproperty-flex: 1;
270+
color: white;
270271
}
271272
`;
272273

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-devtools": "3.5.3"
2121
},
2222
"devDependencies": {
23-
"@nodegui/test": "^0.0.4",
23+
"@nodegui/test": "^0.0.7",
2424
"@types/node": "^12.0.10",
2525
"@types/react-reconciler": "^0.18.0",
2626
"@types/scheduler": "^0.12.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@nodegui/test@^0.0.4":
6-
version "0.0.4"
7-
resolved "https://registry.yarnpkg.com/@nodegui/test/-/test-0.0.4.tgz#a2db3ca888eb45cb7c8832eb3f806cf13c7ca7ab"
8-
integrity sha512-Tjg95aZOD4kl5usXjPGYmqAsgDk8uDr+5/v4tFU049/S6Pvuo5cgWf1Zl5IPq5om5wntNphd6XKkin0pdBIhsA==
5+
"@nodegui/test@^0.0.7":
6+
version "0.0.7"
7+
resolved "https://registry.yarnpkg.com/@nodegui/test/-/test-0.0.7.tgz#0938a8fecb87527be77f3222abd37158366c5f7c"
8+
integrity sha512-x5mZFe5rtM//QCWLA3CBmk15aiAH77dE+qhTUgkLQ/uyJeSQORyUiYNlIDkDlD5HhFxUb2yt27/w+0xDaPByPg==
99
dependencies:
1010
extract-zip "^1.6.7"
1111
fs-extra "^8.1.0"

0 commit comments

Comments
 (0)