We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 636a3f5 + 0ec8563 commit 288cd03Copy full SHA for 288cd03
apps/app/ui-tests-app/css/textview-hint-color.ts
@@ -7,7 +7,7 @@ export function changeTextAndColor(args) {
7
const tv1Hint = <TextView>page.getViewById("tv1Hint");
8
const tv2Hint = <TextView>page.getViewById("tv2Hint");
9
const tv3Hint = <TextView>page.getViewById("tv3Hint");
10
- tv1Hint.text = "chnaged text + color";
+ tv1Hint.text = "changed text + color";
11
tv1Hint.color = new Color("blue");
12
tv2Hint.text = "changed text only";
13
tv3Hint.color = new Color("green");
0 commit comments