Skip to content

Commit 03d91f3

Browse files
textfield, css comment
1 parent a583970 commit 03d91f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/textfield/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ IMPORTANT: _Make sure you include `xmlns:mdt="@nativescript-community/ui-materia
5555
mdctextfield {
5656
ripple-color: blue;
5757
elevation: 4;
58-
stroke-color: blue; // the border color when active
59-
stroke-inactive-color: green; // the border color when inactive
60-
floating-color: blue; // the floating placeholder color when active
61-
floating-inactive-color: green; // the floating placeholder color when inactive
58+
stroke-color: blue; /* the border color when active */
59+
stroke-inactive-color: green; /* the border color when inactive */
60+
floating-color: blue; /* the floating placeholder color when active */
61+
floating-inactive-color: green; /* the floating placeholder color when inactive */
6262
}
6363
```
6464

0 commit comments

Comments
 (0)