File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ IMPORTANT: _Make sure you include `xmlns:mdt="@nativescript-community/ui-materia
55
55
mdctextfield {
56
56
ripple-color : blue ;
57
57
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 */
62
62
}
63
63
```
64
64
You can’t perform that action at this time.
0 commit comments