File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
demo/src/screens/incubatorScreens Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ export default class ChipsInputScreen extends Component {
17
17
< Incubator . ChipsInput
18
18
placeholder = "Enter chips"
19
19
defaultChipProps = { {
20
- backgroundColor : Colors . primary ,
21
- labelStyle : { color : Colors . white } ,
20
+ backgroundColor : Colors . $backgroundPrimaryHeavy ,
21
+ labelStyle : { color : Colors . $textDefaultLight } ,
22
22
containerStyle : { borderWidth : 0 } ,
23
- dismissColor : Colors . white
23
+ dismissColor : Colors . $iconDefaultLight
24
24
} }
25
25
invalidChipProps = { {
26
- dismissColor : Colors . red30 ,
27
- labelStyle : { color : Colors . red30 } ,
28
- backgroundColor : Colors . white ,
29
- containerStyle : { borderColor : Colors . red30 }
26
+ dismissColor : Colors . $iconDanger ,
27
+ labelStyle : { color : Colors . $textDanger } ,
28
+ backgroundColor : Colors . $backgroundDefault ,
29
+ containerStyle : { borderColor : Colors . $outlineDanger }
30
30
} }
31
31
chips = { this . state . chips }
32
32
leadingAccessory = { < Text > TO: </ Text > }
You can’t perform that action at this time.
0 commit comments