@@ -56,13 +56,13 @@ export default class TextFieldScreen extends Component {
56
56
< ScrollView keyboardShouldPersistTaps = "always" >
57
57
< View flex padding-page >
58
58
< Text h1 > TextField</ Text >
59
- < Text h3 blue50 marginV-s4 >
59
+ < Text h3 marginV-s4 >
60
60
Default
61
61
</ Text >
62
62
{ /* @ts -expect-error */ }
63
63
< TextField ref = { this . input } label = "Name" placeholder = "Enter full name" />
64
64
65
- < Text h3 blue50 marginV-s4 >
65
+ < Text h3 marginV-s4 >
66
66
Static vs Floating Placeholder
67
67
</ Text >
68
68
< View row bottom >
@@ -84,7 +84,7 @@ export default class TextFieldScreen extends Component {
84
84
fieldStyle = { styles . withUnderline }
85
85
/>
86
86
</ View >
87
- < Text h3 blue50 marginV-s4 >
87
+ < Text h3 marginV-s4 >
88
88
Accessories
89
89
</ Text >
90
90
@@ -128,7 +128,7 @@ export default class TextFieldScreen extends Component {
128
128
/>
129
129
130
130
< View row marginV-s4 spread >
131
- < Text h3 blue50 >
131
+ < Text h3 >
132
132
Validation
133
133
</ Text >
134
134
@@ -185,7 +185,7 @@ export default class TextFieldScreen extends Component {
185
185
</ View >
186
186
187
187
< View row centerV spread >
188
- < Text h3 blue50 marginV-s4 >
188
+ < Text h3 marginV-s4 >
189
189
Colors By State
190
190
</ Text >
191
191
< View row >
@@ -222,7 +222,7 @@ export default class TextFieldScreen extends Component {
222
222
/>
223
223
224
224
< View row spread centerV >
225
- < Text h3 blue50 marginV-s4 >
225
+ < Text h3 marginV-s4 >
226
226
Custom Field Style
227
227
</ Text >
228
228
< Button
@@ -243,7 +243,7 @@ export default class TextFieldScreen extends Component {
243
243
readonly = { isReadonly }
244
244
/>
245
245
246
- < Text h3 blue50 marginV-s4 >
246
+ < Text h3 marginV-s4 >
247
247
Char Counter
248
248
</ Text >
249
249
@@ -261,7 +261,7 @@ export default class TextFieldScreen extends Component {
261
261
maxLength = { 20 }
262
262
fieldStyle = { styles . withFrame }
263
263
/>
264
- < Text h3 blue50 marginV-s4 >
264
+ < Text h3 marginV-s4 >
265
265
Hint
266
266
</ Text >
267
267
< TextField
@@ -270,7 +270,7 @@ export default class TextFieldScreen extends Component {
270
270
hint = "1-6 chars including numeric chars"
271
271
fieldStyle = { styles . withUnderline }
272
272
/>
273
- < Text h3 blue50 marginV-s4 >
273
+ < Text h3 marginV-s4 >
274
274
Formatter
275
275
</ Text >
276
276
< TextField
@@ -290,7 +290,7 @@ export default class TextFieldScreen extends Component {
290
290
fieldStyle = { styles . withUnderline }
291
291
/>
292
292
293
- < Text h3 blue50 marginV-s4 >
293
+ < Text h3 marginV-s4 >
294
294
Custom Alignments
295
295
</ Text >
296
296
0 commit comments